]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix <cmdsynopsis> content
authorDavid Tardon <dtardon@redhat.com>
Mon, 25 Dec 2023 15:49:11 +0000 (16:49 +0100)
committerDavid Tardon <dtardon@redhat.com>
Tue, 26 Dec 2023 12:10:35 +0000 (13:10 +0100)
Inline text is not allowed.

man/systemd-inhibit.xml
man/systemd-notify.xml

index 3201fcd534f0f15f8d9874fea118f9f5ae66ced4..87f17be0ed48ab96272396c101e9e893016f0f31 100644 (file)
@@ -26,7 +26,7 @@
       <command>systemd-inhibit</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg>COMMAND</arg> <arg choice="opt" rep="repeat">ARGUMENTS</arg>
     </cmdsynopsis>
     <cmdsynopsis>
-      <command>systemd-inhibit</command> <arg choice="opt" rep="repeat">OPTIONS</arg> --list
+      <command>systemd-inhibit</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg>--list</arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
index 5905518564a882b3e6f10cc0a8bb094a13504693..54fde9b4f5b60b3d301e6eebd25b6ff06b489930 100644 (file)
@@ -26,7 +26,7 @@
       <command>systemd-notify</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg>
     </cmdsynopsis>
     <cmdsynopsis>
-      <command>systemd-notify</command> --exec <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg> ; <arg rep="repeat">CMDLINE</arg>
+      <command>systemd-notify</command> <arg>--exec</arg> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">VARIABLE=VALUE</arg> <arg>;</arg> <arg rep="repeat">CMDLINE</arg>
     </cmdsynopsis>
   </refsynopsisdiv>