mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
man: Fix systemd-analyze exit-status example output
The output of `systemd-analyze exit-status` changed in commit
e04ed6db6b, so that the exit-status class
for EXIT_SUCCESS and EXIT_FAILURE is "libc" instead of "glibc".
This commit makes the example output in the man-page match the actual
output again.
This commit is contained in:
@@ -464,7 +464,7 @@ $ eog targets.svg</programlisting>
|
||||
<title><command>systemd-analyze exit-status <optional><replaceable>STATUS</replaceable>...</optional></command></title>
|
||||
|
||||
<para>This command prints a list of exit statuses along with their "class", i.e. the source of the
|
||||
definition (one of <literal>glibc</literal>, <literal>systemd</literal>, <literal>LSB</literal>, or
|
||||
definition (one of <literal>libc</literal>, <literal>systemd</literal>, <literal>LSB</literal>, or
|
||||
<literal>BSD</literal>), see the Process Exit Codes section in
|
||||
<citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
|
||||
If no additional arguments are specified, all known statuses are shown. Otherwise, only the
|
||||
@@ -475,8 +475,8 @@ $ eog targets.svg</programlisting>
|
||||
|
||||
<programlisting>$ systemd-analyze exit-status 0 1 {63..65}
|
||||
NAME STATUS CLASS
|
||||
SUCCESS 0 glibc
|
||||
FAILURE 1 glibc
|
||||
SUCCESS 0 libc
|
||||
FAILURE 1 libc
|
||||
- 63 -
|
||||
USAGE 64 BSD
|
||||
DATAERR 65 BSD
|
||||
|
||||
Reference in New Issue
Block a user