s/command-line/command line/g
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Nov 2014 19:06:30 +0000 (20:06 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 6 Nov 2014 19:06:30 +0000 (20:06 +0100)
A follow-up to:

commit 3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817
Author: Harald Hoyer <harald@redhat.com>
Date:   Thu Nov 6 15:33:48 2014 +0100

    s/commandline/command line/g

NEWS
man/sd_bus_creds_get_pid.xml
man/sd_id128_randomize.xml
man/systemd-activate.xml
man/systemd-hostnamed.service.xml
man/systemd-run.xml
man/systemd-timedated.service.xml
man/systemd-udevd.service.xml
man/udev.conf.xml
tools/make-directive-index.py

diff --git a/NEWS b/NEWS
index 96f0dd7..f621752 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,7 @@ CHANGES WITH 217:
         * A helper binary and a service have been added which can be
           used to resume from hibernation in the initramfs. A
           generator will parse the resume= option on the kernel
-          command-line to trigger resume.
+          command line to trigger resume.
 
         * A user console daemon systemd-consoled has been
           added. Currently, it is a preview, and will so far open a
@@ -1627,7 +1627,7 @@ CHANGES WITH 209:
           one of the next releases, at the same time that we will
           declare the APIs stable.
 
-        * When the kernel command-line argument "kdbus" is specified,
+        * When the kernel command line argument "kdbus" is specified,
           systemd will automatically load the kdbus.ko kernel module. At
           this stage of development, it is only useful for testing kdbus
           and should not be used in production. Note: if "--enable-kdbus"
index 23763bd..22eb6e5 100644 (file)
@@ -275,7 +275,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     </para>
 
     <para><function>sd_bus_creds_get_cmdline()</function> will retrieve
-    an array of command-line arguments (as stored in
+    an array of command line arguments (as stored in
     <filename>/proc/<replaceable>pid</replaceable>/cmdline</filename>).
     </para>
 
index 8c01ce8..870474c 100644 (file)
@@ -79,7 +79,7 @@
 
                 <para><citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s
                 <option>--new-id</option> option may be used as a
-                command-line front-end for
+                command line front-end for
                 <function>sd_id128_randomize()</function>.</para>
         </refsect1>
 
index cde4263..f584aeb 100644 (file)
@@ -61,7 +61,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     <title>Description</title>
 
     <para><command>systemd-activate</command> can be used to
-    launch a socket activated daemon from the command-line for
+    launch a socket activated daemon from the command line for
     testing purposes. It can also be used to launch single instances
     of the daemon per connection (inetd-style).
     </para>
index bdd3a51..7952d8a 100644 (file)
@@ -64,7 +64,7 @@
 
                 <para>The tool
                 <citerefentry><refentrytitle>hostnamectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
-                is a command-line client to this service.</para>
+                is a command line client to this service.</para>
 
                 <para>See the <ulink
                 url="http://www.freedesktop.org/wiki/Software/systemd/hostnamed">
index 6ccfd71..c92c324 100644 (file)
@@ -214,7 +214,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
       <xi:include href="standard-options.xml" xpointer="version" />
     </variablelist>
 
-    <para>All command-line arguments after the first non-option
+    <para>All command line arguments after the first non-option
     argument become part of the command line of the launched
     process. If a command is run as service unit, its first argument
     needs to be an absolute binary path.</para>
index 143d340..aee37db 100644 (file)
@@ -66,7 +66,7 @@
 
                 <para>The tool
                 <citerefentry><refentrytitle>timedatectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
-                is a command-line client to this service.</para>
+                is a command line client to this service.</para>
 
                 <para>See the <ulink
                 url="http://www.freedesktop.org/wiki/Software/systemd/timedated">
index 05a178c..c395c57 100644 (file)
@@ -60,8 +60,8 @@
 
     <para>The behavior of the daemon can be configured using
     <citerefentry><refentrytitle>udev.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
-    its command-line options, environment variables, and on the kernel
-    command-line, or changed dynamically with <command>udevadm
+    its command line options, environment variables, and on the kernel
+    command line, or changed dynamically with <command>udevadm
     control</command>.
     </para>
   </refsect1>
index 8a3cc84..e87d6e9 100644 (file)
@@ -79,7 +79,7 @@
 
     <para>
       In addition, <filename>systemd-udevd</filename> can be configured
-      by command-line options and the kernel command line (see
+      by command line options and the kernel command line (see
       <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
     </para>
   </refsect1>
index 5c80a7b..17b1325 100755 (executable)
@@ -141,7 +141,7 @@ TEMPLATE = '''\
         </refsect1>
 
         <refsect1>
-                <title>command-line options</title>
+                <title>command line options</title>
 
                 <para>Command-line options accepted by programs in the
                 systemd suite.</para>