diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index fb95a3ec53..927748bdc5 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -464,7 +464,7 @@ $ eog targets.svg <command>systemd-analyze exit-status <optional><replaceable>STATUS</replaceable>...</optional></command> This command prints a list of exit statuses along with their "class", i.e. the source of the - definition (one of glibc, systemd, LSB, or + definition (one of libc, systemd, LSB, or BSD), see the Process Exit Codes section in systemd.exec5. If no additional arguments are specified, all known statuses are shown. Otherwise, only the @@ -475,8 +475,8 @@ $ eog targets.svg $ 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