mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
fixed ugly colorcodes on brackets
Signed-off-by: Christian Rebischke <Chris.Rebischke@posteo.de>
This commit is contained in:
parent
ae0db6f132
commit
e92b3655b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user