]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-run: consistently wrap external command + args in a single block
authorMike Yuan <me@yhndnzj.com>
Wed, 25 Jun 2025 11:31:16 +0000 (13:31 +0200)
committerMike Yuan <me@yhndnzj.com>
Wed, 25 Jun 2025 11:31:16 +0000 (13:31 +0200)
man/systemd-run.xml

index 4ea9a719a36a28171ef91e66434c39bef381167c..0ba002b0ebd1e07f261105376ae4f6fd2c0adccb 100644 (file)
       <command>systemd-run</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
       <arg choice="opt" rep="repeat">PATH OPTIONS</arg>
-      <arg choice="req"><replaceable>COMMAND</replaceable></arg>
+      <arg choice="req"><replaceable>COMMAND</replaceable>
       <arg choice="opt" rep="repeat">ARGS</arg>
+      </arg>
     </cmdsynopsis>
     <cmdsynopsis>
       <command>systemd-run</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
       <arg choice="opt" rep="repeat">SOCKET OPTIONS</arg>
-      <arg choice="req"><replaceable>COMMAND</replaceable></arg>
+      <arg choice="req"><replaceable>COMMAND</replaceable>
       <arg choice="opt" rep="repeat">ARGS</arg>
+      </arg>
     </cmdsynopsis>
     <cmdsynopsis>
       <command>systemd-run</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
       <arg choice="opt" rep="repeat">TIMER OPTIONS</arg>
-      <arg choice="req"><replaceable>COMMAND</replaceable></arg>
+      <arg choice="req"><replaceable>COMMAND</replaceable>
       <arg choice="opt" rep="repeat">ARGS</arg>
+      </arg>
     </cmdsynopsis>
   </refsynopsisdiv>