diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-26 09:51:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-16 16:09:46 +0200 |
commit | e12d446b6623cedaf2b92c5e935312f7ade6cfef (patch) | |
tree | 22702396af654401b4943afd3190fb0a7aeef1f5 /man/systemd-path.xml | |
parent | test: drop the use of /bin/sh in various test services (diff) | |
download | systemd-e12d446b6623cedaf2b92c5e935312f7ade6cfef.tar.xz systemd-e12d446b6623cedaf2b92c5e935312f7ade6cfef.zip |
systemd-path: allow the default search path to be queried
Diffstat (limited to 'man/systemd-path.xml')
-rw-r--r-- | man/systemd-path.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/systemd-path.xml b/man/systemd-path.xml index 7144569d59..025247c883 100644 --- a/man/systemd-path.xml +++ b/man/systemd-path.xml @@ -52,7 +52,9 @@ <refsynopsisdiv> <cmdsynopsis> - <command>systemd-path <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">NAME</arg></command> + <command>systemd-path</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="opt" rep="repeat">NAME</arg> </cmdsynopsis> </refsynopsisdiv> @@ -81,8 +83,7 @@ <varlistentry> <term><option>--suffix=</option></term> - <listitem><para>The printed paths are suffixed by the - specified string.</para></listitem> + <listitem><para>Printed paths are suffixed by the specified string.</para></listitem> </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> |