summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Neves <ptsneves@gmail.com>2021-11-09 15:06:01 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-09 18:31:54 +0100
commitc809e38732afcb3efc429fc5086f9c48e45ae635 (patch)
treee8d1821215b6b6e8a56a09bd2bde7d5618dc3eb6
parentfb2fcad5d21ea1f08415281039b68fc963eeaae1 (diff)
downloadsystemd-c809e38732afcb3efc429fc5086f9c48e45ae635.tar.gz
docs: Clarify systemctl show manual
The manual incorrectly asserted that the properties in systemctl show matched the the options in systemd-system.conf, which is not always true. Add clarification on the equivalence of the properties in systemctl show and systemd-system.conf Fixed #21230
-rw-r--r--man/systemctl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index b6be21ed87..1c14909523 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -1660,8 +1660,8 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err
completion is implemented for property names.</para>
<para>For the manager itself,
- <command>systemctl show</command> will show all available
- properties. Those properties are documented in
+ <command>systemctl show</command>
+ will show all available properties, most of which are derived or closely match the options described in
<citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
</para>