]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix binary path in systemd(1) (#7550)
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Dec 2017 20:46:58 +0000 (21:46 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 Dec 2017 20:46:58 +0000 (21:46 +0100)
Otherwise people might assume that systemd was installed in the $PATH,
but it is not. Do the same as for systemd-vconsole-setup.service and
friends: let's include the full path in the man page.

man/systemd.xml

index 70b456861d12a5862a5d60e95d6b19cac01eaf1a..657fe4c37aa31b360ec647fc1f8d32e95ac84271 100644 (file)
@@ -53,7 +53,7 @@
 
   <refsynopsisdiv>
     <cmdsynopsis>
-      <command>systemd</command>
+      <command>/usr/lib/systemd/systemd</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
     </cmdsynopsis>
     <cmdsynopsis>