]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: correct the number of active unit states
authorBrett Holman <bholman.devel@gmail.com>
Mon, 28 Jul 2025 19:14:41 +0000 (13:14 -0600)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 4 Aug 2025 15:43:08 +0000 (16:43 +0100)
(cherry picked from commit 04abe03189d90a8fb2de29f2d72a9c81c8014353)

man/org.freedesktop.systemd1.xml

index dd945a32b2fb6201aab79278bd0cac05fc1720e6..76c5e616964711f158af226856df9a688085acd3 100644 (file)
@@ -2552,9 +2552,9 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice {
 
       <para><varname>SubState</varname> encodes states of the same state machine that
       <varname>ActiveState</varname> covers, but knows more fine-grained states that are
-      unit-type-specific. Where <varname>ActiveState</varname> only covers six high-level states,
+      unit-type-specific. Where <varname>ActiveState</varname> only covers eight high-level states,
       <varname>SubState</varname> 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.</para>