diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2018-07-24 01:46:20 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-24 10:43:31 +0200 |
commit | e92b3655b840d0a2210ea59ebc8c6d097e7c6dc7 (patch) | |
tree | 13dc3b1042ed9ec47a3a04c1d5965900d1ff8b01 /man/systemctl.xml | |
parent | Merge pull request #9687 from yuwata/rfe-9662 (diff) | |
download | systemd-e92b3655b840d0a2210ea59ebc8c6d097e7c6dc7.tar.gz systemd-e92b3655b840d0a2210ea59ebc8c6d097e7c6dc7.tar.bz2 systemd-e92b3655b840d0a2210ea59ebc8c6d097e7c6dc7.zip |
fixed ugly colorcodes on brackets
Signed-off-by: Christian Rebischke <Chris.Rebischke@posteo.de>
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 3cde402a1..850135cbc 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -650,7 +650,7 @@ <variablelist> <varlistentry> - <term><command>list-units <optional><replaceable>PATTERN</replaceable>…</optional></command></term> + <term><command>list-units</command> <optional><replaceable>PATTERN</replaceable>…</optional></term> <listitem> <para>List units that <command>systemd</command> currently has in memory. This includes units that are @@ -698,7 +698,7 @@ To show all installed unit files use 'systemctl list-unit-files'. </varlistentry> <varlistentry> - <term><command>list-sockets <optional><replaceable>PATTERN</replaceable>…</optional></command></term> + <term><command>list-sockets</command> <optional><replaceable>PATTERN</replaceable>…</optional></term> <listitem> <para>List socket units currently in memory, ordered by listening address. If one or more @@ -721,7 +721,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </varlistentry> <varlistentry> - <term><command>list-timers <optional><replaceable>PATTERN</replaceable>…</optional></command></term> + <term><command>list-timers</command> <optional><replaceable>PATTERN</replaceable>…</optional></term> <listitem> <para>List timer units currently in memory, ordered by the time they elapse next. If one or more @@ -1093,7 +1093,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <variablelist> <varlistentry> - <term><command>list-unit-files <optional><replaceable>PATTERN…</replaceable></optional></command></term> + <term><command>list-unit-files</command> <optional><replaceable>PATTERN…</replaceable></optional></term> <listitem> <para>List unit files installed on the system, in combination with their enablement state (as reported by @@ -1472,7 +1472,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <variablelist> <varlistentry> - <term><command>list-machines <optional><replaceable>PATTERN</replaceable>…</optional></command></term> + <term><command>list-machines</command> <optional><replaceable>PATTERN</replaceable>…</optional></term> <listitem> <para>List the host and all running local containers with @@ -1774,7 +1774,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err </listitem> </varlistentry> <varlistentry> - <term><command>reboot <optional><replaceable>arg</replaceable></optional></command></term> + <term><command>reboot</command> <optional><replaceable>arg</replaceable></optional></term> <listitem> <para>Shut down and reboot the system. This is mostly equivalent to <command>systemctl start reboot.target @@ -1814,7 +1814,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err </varlistentry> <varlistentry> - <term><command>exit <optional><replaceable>EXIT_CODE</replaceable></optional></command></term> + <term><command>exit</command> <optional><replaceable>EXIT_CODE</replaceable></optional></term> <listitem> <para>Ask the service manager to quit. This is only supported for user service managers (i.e. in @@ -1828,7 +1828,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err </varlistentry> <varlistentry> - <term><command>switch-root <replaceable>ROOT</replaceable> <optional><replaceable>INIT</replaceable></optional></command></term> + <term><command>switch-root</command> <replaceable>ROOT</replaceable> <optional><replaceable>INIT</replaceable></optional></term> <listitem> <para>Switches to a different root directory and executes a new system manager process below it. This is |