From: Harald Hoyer Date: Thu, 6 Nov 2014 14:33:48 +0000 (+0100) Subject: s/commandline/command line/g X-Git-Tag: v218~520 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817 s/commandline/command line/g --- diff --git a/TODO b/TODO index 9243b3d2d..35f61327f 100644 --- 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 -* 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. diff --git a/m4/attributes.m4 b/m4/attributes.m4 index 7bd5ad8ef..ac3c6624c 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -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 - 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"]) diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index 150ca48f3..0068e928a 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -64,7 +64,7 @@ as an SVG graph. Normally, systemd-bootchart is invoked by the kernel by passing - 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. @@ -125,7 +125,7 @@ One can execute systemd-bootchart as normal application from the - commandline. In this mode it is highly + command line. In this mode it is highly recommended to pass the flag in order to not graph the time elapsed since boot diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml index 9117773b7..2175f9655 100644 --- a/man/systemd-delta.xml +++ b/man/systemd-delta.xml @@ -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 - 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. diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 0c9d13dd2..6ccfd71b2 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -215,7 +215,7 @@ along with systemd; If not, see . 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. diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 6075b39b7..6c74b42db 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -231,7 +231,7 @@ be set. NamePolicy may be disabled by specifying net.ifnames=0 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 ID_NET_NAME, diff --git a/man/udev.conf.xml b/man/udev.conf.xml index 988129f62..8a3cc8408 100644 --- a/man/udev.conf.xml +++ b/man/udev.conf.xml @@ -79,7 +79,7 @@ In addition, systemd-udevd can be configured - by command-line options and the kernel commandline (see + by command-line options and the kernel command line (see systemd-udevd8). diff --git a/src/core/shutdown.c b/src/core/shutdown.c index 20cf526ba..dd11ae3d6 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -165,7 +165,7 @@ int main(int argc, char *argv[]) { 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(); diff --git a/src/cryptsetup/cryptsetup-generator.c b/src/cryptsetup/cryptsetup-generator.c index 05ceff443..20dca844b 100644 --- a/src/cryptsetup/cryptsetup-generator.c +++ b/src/cryptsetup/cryptsetup-generator.c @@ -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) { @@ -463,7 +463,7 @@ next: 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; diff --git a/src/fstab-generator/fstab-generator.c b/src/fstab-generator/fstab-generator.c index e257c121e..94cbc3a5f 100644 --- a/src/fstab-generator/fstab-generator.c +++ b/src/fstab-generator/fstab-generator.c @@ -425,7 +425,7 @@ static int add_root_mount(void) { 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; } diff --git a/src/journal/coredump.c b/src/journal/coredump.c index 88d720f65..f423fa2a2 100644 --- a/src/journal/coredump.c +++ b/src/journal/coredump.c @@ -521,7 +521,7 @@ int main(int argc, char* argv[]) { } 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, " "); } diff --git a/src/network/networkd-wait-online-manager.c b/src/network/networkd-wait-online-manager.c index 6e3ec6935..b32f22270 100644 --- a/src/network/networkd-wait-online-manager.c +++ b/src/network/networkd-wait-online-manager.c @@ -37,7 +37,7 @@ bool manager_all_configured(Manager *m) { 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) { diff --git a/src/udev/collect/collect.c b/src/udev/collect/collect.c index 4ecb6b0d1..dc849bd0f 100644 --- a/src/udev/collect/collect.c +++ b/src/udev/collect/collect.c @@ -254,7 +254,7 @@ static void reject(char *us) * 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) { diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index 25e3cc8df..428a71dce 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -196,7 +196,7 @@ int link_config_load(link_config_ctx *ctx) { 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 */ diff --git a/src/udev/udevd.c b/src/udev/udevd.c index 65d086e9e..305ce86cd 100644 --- a/src/udev/udevd.c +++ b/src/udev/udevd.c @@ -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= syslog priority * udev.children-max= events are fully serialized if set to 1 * udev.exec-delay= delay execution of every executed program