From: Brett Holman Date: Mon, 28 Jul 2025 19:14:41 +0000 (-0600) Subject: man: correct the number of active unit states X-Git-Tag: v257.8~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5a02fdf076ec91c8563db3e6112d123529a0fe1;p=thirdparty%2Fsystemd.git man: correct the number of active unit states (cherry picked from commit 04abe03189d90a8fb2de29f2d72a9c81c8014353) --- diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml index dd945a32b2f..76c5e616964 100644 --- a/man/org.freedesktop.systemd1.xml +++ b/man/org.freedesktop.systemd1.xml @@ -2552,9 +2552,9 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice { SubState encodes states of the same state machine that ActiveState covers, but knows more fine-grained states that are - unit-type-specific. Where ActiveState only covers six high-level states, + unit-type-specific. Where ActiveState only covers eight high-level states, SubState covers possibly many more low-level unit-type-specific states that are - mapped to the six high-level states. Note that multiple low-level states might map to the same + mapped to the eight high-level states. Note that multiple low-level states might map to the same high-level state, but not vice versa. Not all high-level states have low-level counterparts on all unit types. At this point the low-level states are not documented here, and are more likely to be extended later on than the common high-level states explained above.