diff options
author | Paulo Neves <ptsneves@gmail.com> | 2021-11-09 15:06:01 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-09 18:31:54 +0100 |
commit | c809e38732afcb3efc429fc5086f9c48e45ae635 (patch) | |
tree | e8d1821215b6b6e8a56a09bd2bde7d5618dc3eb6 /man | |
parent | Merge pull request #21270 from poettering/event-mem-corruption (diff) | |
download | systemd-c809e38732afcb3efc429fc5086f9c48e45ae635.tar.xz systemd-c809e38732afcb3efc429fc5086f9c48e45ae635.zip |
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
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 4 |
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> |