chiark / gitweb /
s/commandline/command line/g
authorHarald Hoyer <harald@redhat.com>
Thu, 6 Nov 2014 14:33:48 +0000 (15:33 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 6 Nov 2014 14:34:18 +0000 (15:34 +0100)
15 files changed:
TODO
m4/attributes.m4
man/systemd-bootchart.xml
man/systemd-delta.xml
man/systemd-run.xml
man/systemd.link.xml
man/udev.conf.xml
src/core/shutdown.c
src/cryptsetup/cryptsetup-generator.c
src/fstab-generator/fstab-generator.c
src/journal/coredump.c
src/network/networkd-wait-online-manager.c
src/udev/collect/collect.c
src/udev/net/link-config.c
src/udev/udevd.c

diff --git a/TODO b/TODO
index 9243b3d2dfe1419d524e823f1b9864741acc3f07..35f61327fc96c5cd4c131503b2a9f6b9bd45dbb1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ Bugfixes:
           Environment=ONE='one' "TWO='two two' too" THREE=
           ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
 
           Environment=ONE='one' "TWO='two two' too" THREE=
           ExecStart=/bin/python3 -c 'import sys;print(sys.argv)' $ONE $TWO $THREE
 
-* MEMORY return code is overloaded for syntax errors in the commandline.
+* MEMORY return code is overloaded for syntax errors in the command line.
   str_split_quoted() should return a real return code, so spawn_child can
   report the failure properly.
 
   str_split_quoted() should return a real return code, so spawn_child can
   report the failure properly.
 
index 7bd5ad8ef64e6f9d07961a6548fb8e48a9e39ff7..ac3c6624cde45ff8ecacd6a093390bc70570a6ee 100644 (file)
@@ -89,7 +89,7 @@ AC_DEFUN([CC_NOUNDEFINED], [
      *-freebsd* | *-openbsd*) ;;
      *)
         dnl First of all check for the --no-undefined variant of GNU ld. This allows
      *-freebsd* | *-openbsd*) ;;
      *)
         dnl First of all check for the --no-undefined variant of GNU ld. This allows
-        dnl for a much more readable commandline, so that people can understand what
+        dnl for a much more readable command line, so that people can understand what
         dnl it does without going to look for what the heck -z defs does.
         for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do
            CC_CHECK_LDFLAGS([$possible_flags], [LDFLAGS_NOUNDEFINED="$possible_flags"])
         dnl it does without going to look for what the heck -z defs does.
         for possible_flags in "-Wl,--no-undefined" "-Wl,-z,defs"; do
            CC_CHECK_LDFLAGS([$possible_flags], [LDFLAGS_NOUNDEFINED="$possible_flags"])
index 150ca48f39b6c669f32f96f64cc4b1358059616e..0068e928a53489f98820fe55225888c8d4a35604 100644 (file)
@@ -64,7 +64,7 @@
                         as an SVG graph. Normally, systemd-bootchart
                         is invoked by the kernel by passing
                         <option>init=<filename>/usr/lib/systemd/systemd-bootchart</filename></option>
                         as an SVG graph. Normally, systemd-bootchart
                         is invoked by the kernel by passing
                         <option>init=<filename>/usr/lib/systemd/systemd-bootchart</filename></option>
-                        on the kernel commandline. systemd-bootchart will then
+                        on the kernel command line. systemd-bootchart will then
                         fork the real init off to resume normal system
                         startup, while monitoring and logging startup
                         information in the background.
                         fork the real init off to resume normal system
                         startup, while monitoring and logging startup
                         information in the background.
                                 <listitem><para>One can execute
                                 <command>systemd-bootchart</command>
                                 as normal application from the
                                 <listitem><para>One can execute
                                 <command>systemd-bootchart</command>
                                 as normal application from the
-                                commandline. In this mode it is highly
+                                command line. In this mode it is highly
                                 recommended to pass the
                                 <option>-r</option> flag in order to
                                 not graph the time elapsed since boot
                                 recommended to pass the
                                 <option>-r</option> flag in order to
                                 not graph the time elapsed since boot
index 9117773b7f7508546acc87f2fcc6acea04c959de..2175f96550715f16ee7c452bc44bb33a1d31b92c 100644 (file)
@@ -97,7 +97,7 @@
                 only configuration files in this subdirectory (across
                 all configuration paths) will be analyzed. Otherwise,
                 all configuration files will be analyzed. If the
                 only configuration files in this subdirectory (across
                 all configuration paths) will be analyzed. Otherwise,
                 all configuration files will be analyzed. If the
-                commandline argument is not given at all, all
+                command line argument is not given at all, all
                 configuration files will be analyzed. See below for
                 some examples.</para>
         </refsect1>
                 configuration files will be analyzed. See below for
                 some examples.</para>
         </refsect1>
index 0c9d13dd2dfbb9e01ed17379003dc2e961851774..6ccfd71b2876704b07ae68aaf3028a5782e1459c 100644 (file)
@@ -215,7 +215,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     </variablelist>
 
     <para>All command-line arguments after the first non-option
     </variablelist>
 
     <para>All command-line arguments after the first non-option
-    argument become part of the commandline of the launched
+    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>
   </refsect1>
     process. If a command is run as service unit, its first argument
     needs to be an absolute binary path.</para>
   </refsect1>
index 6075b39b790d1bc88783b7ea2fbae5cdab3bda74..6c74b42db329dd239ea790341e3767ce4ef1c3e2 100644 (file)
                                         be set. <literal>NamePolicy</literal> may be
                                         disabled by specifying
                                         <literal>net.ifnames=0</literal> on the kernel
                                         be set. <literal>NamePolicy</literal> may be
                                         disabled by specifying
                                         <literal>net.ifnames=0</literal> on the kernel
-                                        commandline. Each of the policies may fail, and
+                                        command line. Each of the policies may fail, and
                                         the first successful one is used. The name is
                                         not set directly, but is exported to udev as
                                         the property <literal>ID_NET_NAME</literal>,
                                         the first successful one is used. The name is
                                         not set directly, but is exported to udev as
                                         the property <literal>ID_NET_NAME</literal>,
index 988129f62c6dc5e2545842466cb385811a4fb367..8a3cc8408f40f3a32dfddb2501a31e519f72634f 100644 (file)
@@ -79,7 +79,7 @@
 
     <para>
       In addition, <filename>systemd-udevd</filename> can be configured
 
     <para>
       In addition, <filename>systemd-udevd</filename> can be configured
-      by command-line options and the kernel commandline (see
+      by command-line options and the kernel command line (see
       <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
     </para>
   </refsect1>
       <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
     </para>
   </refsect1>
index 20cf526ba2716b34fe1a2fc9bde05a396b160502..dd11ae3d6fa9f749431df1238fb04386a93d615f 100644 (file)
@@ -165,7 +165,7 @@ int main(int argc, char *argv[]) {
                 goto error;
 
         /* journald will die if not gone yet. The log target defaults
                 goto error;
 
         /* journald will die if not gone yet. The log target defaults
-         * to console, but may have been changed by commandline options. */
+         * to console, but may have been changed by command line options. */
 
         log_close_console(); /* force reopen of /dev/console */
         log_open();
 
         log_close_console(); /* force reopen of /dev/console */
         log_open();
index 05ceff443fe1dc80529dd6452230e77de472a28d..20dca844bbd51f75c62cc4b9e74c6907acd2856f 100644 (file)
@@ -381,7 +381,7 @@ int main(int argc, char *argv[]) {
                         }
 
                         /*
                         }
 
                         /*
-                          If options are specified on the kernel commandline, let them override
+                          If options are specified on the kernel command line, let them override
                           the ones from crypttab.
                         */
                         STRV_FOREACH(i, arg_options) {
                           the ones from crypttab.
                         */
                         STRV_FOREACH(i, arg_options) {
@@ -463,7 +463,7 @@ next:
 
                 if (arg_options) {
                         /*
 
                 if (arg_options) {
                         /*
-                          If options are specified on the kernel commandline, use them.
+                          If options are specified on the kernel command line, use them.
                         */
                         char **j;
 
                         */
                         char **j;
 
index e257c121e5e8c96557df53f3dc9c0cd05c762566..94cbc3a5fe8f64d7c9e4d7fd63420e0782ccc8d6 100644 (file)
@@ -425,7 +425,7 @@ static int add_root_mount(void) {
         const char *opts;
 
         if (isempty(arg_root_what)) {
         const char *opts;
 
         if (isempty(arg_root_what)) {
-                log_debug("Could not find a root= entry on the kernel commandline.");
+                log_debug("Could not find a root= entry on the kernel command line.");
                 return 0;
         }
 
                 return 0;
         }
 
index 88d720f6517c8c82e4b73cecfbe4771f570bf95d..f423fa2a29c8f8fa03362e5c97bbdfd31ae4c8b5 100644 (file)
@@ -521,7 +521,7 @@ int main(int argc, char* argv[]) {
         }
 
         if (get_process_comm(pid, &comm) < 0) {
         }
 
         if (get_process_comm(pid, &comm) < 0) {
-                log_warning("Failed to get COMM, falling back to the commandline.");
+                log_warning("Failed to get COMM, falling back to the command line.");
                 comm = strv_join(argv + INFO_COMM + 1, " ");
         }
 
                 comm = strv_join(argv + INFO_COMM + 1, " ");
         }
 
index 6e3ec6935da74c18954123f4af956803ac917f85..b32f2227013896fb906685426c60b66c87f53bcf 100644 (file)
@@ -37,7 +37,7 @@ bool manager_all_configured(Manager *m) {
         char **ifname;
         bool one_ready = false;
 
         char **ifname;
         bool one_ready = false;
 
-        /* wait for all the links given on the commandline to appear */
+        /* wait for all the links given on the command line to appear */
         STRV_FOREACH(ifname, m->interfaces) {
                 l = hashmap_get(m->links_by_name, *ifname);
                 if (!l) {
         STRV_FOREACH(ifname, m->interfaces) {
                 l = hashmap_get(m->links_by_name, *ifname);
                 if (!l) {
index 4ecb6b0d19158cefae5366febcb86e4d9edc8008..dc849bd0f00839340038902de73bd67fb5f47d5e 100644 (file)
@@ -254,7 +254,7 @@ static void reject(char *us)
  * kickout
  *
  * Remove all IDs in the internal list which are not part
  * kickout
  *
  * Remove all IDs in the internal list which are not part
- * of the list passed via the commandline.
+ * of the list passed via the command line.
  */
 static void kickout(void)
 {
  */
 static void kickout(void)
 {
index 25e3cc8dfb08fae69a383104f7806988abd242b6..428a71dce3887873b94f230c4a0e15b80c615b01 100644 (file)
@@ -196,7 +196,7 @@ int link_config_load(link_config_ctx *ctx) {
 
         if (!enable_name_policy()) {
                 ctx->enable_name_policy = false;
 
         if (!enable_name_policy()) {
                 ctx->enable_name_policy = false;
-                log_info("Network interface NamePolicy= disabled on kernel commandline, ignoring.");
+                log_info("Network interface NamePolicy= disabled on kernel command line, ignoring.");
         }
 
         /* update timestamp */
         }
 
         /* update timestamp */
index 65d086e9eea742c7accd3bd08c46883bbbc4a892..305ce86cdf5a021b2ab506ba6762c98a323c6d48 100644 (file)
@@ -949,7 +949,7 @@ static int systemd_fds(struct udev *udev, int *rctrl, int *rnetlink) {
 }
 
 /*
 }
 
 /*
- * read the kernel commandline, in case we need to get into debug mode
+ * read the kernel command line, in case we need to get into debug mode
  *   udev.log-priority=<level>              syslog priority
  *   udev.children-max=<number of workers>  events are fully serialized if set to 1
  *   udev.exec-delay=<number of seconds>    delay execution of every executed program
  *   udev.log-priority=<level>              syslog priority
  *   udev.children-max=<number of workers>  events are fully serialized if set to 1
  *   udev.exec-delay=<number of seconds>    delay execution of every executed program