]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: force space in cmdsynopsis
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 27 Jan 2016 21:25:48 +0000 (16:25 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 Jan 2016 23:35:01 +0000 (18:35 -0500)
Docbook renders the man page as "[OPTIONS]--type" without it.

man/systemd-resolve.xml

index c5ad6a0e3eb54a42809c4ca3c1d85a99eff35f11..fc06b9ec2673522a9705dd8a155bd3ec6058c7c2 100644 (file)
     <cmdsynopsis>
       <command>systemd-resolve</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
-      <command>--type=<replaceable>TYPE</replaceable></command>
+      <command> --type=<replaceable>TYPE</replaceable></command>
       <arg choice="plain" rep="repeat"><replaceable>RRDOMAIN</replaceable></arg>
     </cmdsynopsis>
 
     <cmdsynopsis>
       <command>systemd-resolve</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
-      <command>--service</command>
+      <command> --service</command>
       <arg choice="plain"><arg choice="opt"><arg choice="opt"><replaceable>NAME</replaceable></arg>
       <replaceable>TYPE</replaceable></arg> <replaceable>DOMAIN</replaceable></arg>
     </cmdsynopsis>
     <cmdsynopsis>
       <command>systemd-resolve</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
-      <command>--statistics</command>
+      <command> --statistics</command>
     </cmdsynopsis>
 
     <cmdsynopsis>
       <command>systemd-resolve</command>
       <arg choice="opt" rep="repeat">OPTIONS</arg>
-      <command>--reset-statistics</command>
+      <command> --reset-statistics</command>
     </cmdsynopsis>
 
   </refsynopsisdiv>