diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-10 20:16:16 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-10 20:16:16 +0100 |
commit | 39f76ad8d6df0f4c930cff7b080abfdff25c187b (patch) | |
tree | 45efa1899131a5ed70264ec17202407cb30d47c2 | |
parent | aedd4012f437a0b08c34f40a5bb97b6e615ac074 (diff) |
man: improve documentation for "indirect" unit file state a bit
Also, correct mentions of "units" instead of "unit files" in the table,
and terminate all sentences with a full stop.
-rw-r--r-- | man/systemctl.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 8e681856cb..a5c835f549 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -991,7 +991,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <tbody> <row> <entry><literal>enabled</literal></entry> - <entry morerows='1'>Enabled through a symlink in <filename>.wants</filename> directory (permanently or just in <filename>/run</filename>)</entry> + <entry morerows='1'>Enabled through a symlink in <filename>.wants</filename> directory (permanently or just in <filename>/run</filename>).</entry> <entry morerows='1'>0</entry> </row> <row> @@ -999,7 +999,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </row> <row> <entry><literal>linked</literal></entry> - <entry morerows='1'>Made available through a symlink to the unit file (permanently or just in <filename>/run</filename>)</entry> + <entry morerows='1'>Made available through a symlink to the unit file (permanently or just in <filename>/run</filename>).</entry> <entry morerows='1'>1</entry> </row> <row> @@ -1007,7 +1007,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </row> <row> <entry><literal>masked</literal></entry> - <entry morerows='1'>Disabled entirely (permanently or just in <filename>/run</filename>)</entry> + <entry morerows='1'>Disabled entirely (permanently or just in <filename>/run</filename>).</entry> <entry morerows='1'>1</entry> </row> <row> @@ -1015,17 +1015,17 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </row> <row> <entry><literal>static</literal></entry> - <entry>Unit is not enabled, but has no provisions for enabling in [Install] section</entry> + <entry>Unit file is not enabled, and has no provisions for enabling in the <literal>[Install]</literal> section.</entry> <entry>0</entry> </row> <row> <entry><literal>indirect</literal></entry> - <entry>Unit's status is determined indirectly by another unit(s) specified in <literal>Also=</literal> in [Install] section</entry> + <entry>Unit file itself is not enabled, but it has a non-empty <varname>Also=</varname> setting in the <literal>[Install]</literal> section, listing other unit files that might be enabled.</entry> <entry>0</entry> </row> <row> <entry><literal>disabled</literal></entry> - <entry>Unit is not enabled</entry> + <entry>Unit file is not enabled.</entry> <entry>1</entry> </row> </tbody> |