From: Lennart Poettering Date: Fri, 1 Jun 2018 15:43:16 +0000 (+0200) Subject: man: don't mention "stub" and "merged" unit load states X-Git-Tag: v239~99^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=443dee9d2ebbae3b68f1065c5a48d758fb402263;p=thirdparty%2Fsystemd.git man: don't mention "stub" and "merged" unit load states These states should never be visible to the outside, as they are used only internally while loading unit. Hence let's drop them from the documentation. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 7a2777664eb..1237962b3c1 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -701,18 +701,13 @@ To show all installed unit files use 'systemctl list-unit-files'. terminal supports that. A colored dot is shown next to services which were masked, not found, or otherwise failed. - The LOAD column shows the load state, one of - loaded, not-found, - stub, error, - merged, masked. The ACTIVE - columns shows the general unit state, one of active, - reloading, inactive, - failed, activating, - deactivating. The SUB column shows the - unit-type-specific detailed state of the unit, possible values vary by - unit type. The list of possible LOAD, ACTIVE, and SUB states is not - constant and new systemd releases may both add and remove values. - systemctl --state=help command maybe be + The LOAD column shows the load state, one of loaded, + not-found, error, masked. The ACTIVE columns + shows the general unit state, one of active, reloading, + inactive, failed, activating, + deactivating. The SUB column shows the unit-type-specific detailed state of the unit, + possible values vary by unit type. The list of possible LOAD, ACTIVE, and SUB states is not constant and + new systemd releases may both add and remove values. systemctl --state=help command maybe be used to display the current set of possible values. This is the default command.