diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-19 10:48:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-07-19 11:31:05 +0200 |
commit | f07b548940ed46722c54b15069a7f08739714659 (patch) | |
tree | 365fc80dfeb382a0c526f646df416d5d9ce5db39 /man/systemctl.xml | |
parent | Micmute Key support of ThinkCentre M820z and M920z (#9619) (diff) | |
download | systemd-f07b548940ed46722c54b15069a7f08739714659.tar.xz systemd-f07b548940ed46722c54b15069a7f08739714659.zip |
man: fix list-files example
The dot is only shown for failed units.
Alternative for #9644.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index d4a915e456..3cde402a1b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -668,8 +668,8 @@ boot-efi.mount loaded active mounted /boot/efi systemd-journald.service loaded active running Journal Service systemd-logind.service loaded active running Login Service -● user@1000.service loaded active running User Manager for UID 1000 -… +● user@1000.service loaded failed failed User Manager for UID 1000 + … systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary Directories LOAD = Reflects whether the unit definition was properly loaded. |