summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2014-11-06 15:33:48 +0100
committerHarald Hoyer <harald@redhat.com>2014-11-06 15:34:18 +0100
commit3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817 (patch)
treed6af034053833bf16ae81d0540e3c02f342d81f4
parent6d0f91bf551464c57bc12f99deccd515fb3f628d (diff)
s/commandline/command line/g
-rw-r--r--TODO2
-rw-r--r--m4/attributes.m42
-rw-r--r--man/systemd-bootchart.xml4
-rw-r--r--man/systemd-delta.xml2
-rw-r--r--man/systemd-run.xml2
-rw-r--r--man/systemd.link.xml2
-rw-r--r--man/udev.conf.xml2
-rw-r--r--src/core/shutdown.c2
-rw-r--r--src/cryptsetup/cryptsetup-generator.c4
-rw-r--r--src/fstab-generator/fstab-generator.c2
-rw-r--r--src/journal/coredump.c2
-rw-r--r--src/network/networkd-wait-online-manager.c2
-rw-r--r--src/udev/collect/collect.c2
-rw-r--r--src/udev/net/link-config.c2
-rw-r--r--src/udev/udevd.c2
15 files changed, 17 insertions, 17 deletions
diff --git a/TODO b/TODO
index 9243b3d2df..35f61327fc 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 7bd5ad8ef6..ac3c6624cd 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 150ca48f39..0068e928a5 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
<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.
@@ -125,7 +125,7 @@
<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
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml
index 9117773b7f..2175f96550 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.</para>
</refsect1>
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 0c9d13dd2d..6ccfd71b28 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -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
- 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>
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 6075b39b79..6c74b42db3 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -231,7 +231,7 @@
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>,
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index 988129f62c..8a3cc8408f 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -79,7 +79,7 @@
<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>
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index 20cf526ba2..dd11ae3d6f 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 05ceff443f..20dca844bb 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 e257c121e5..94cbc3a5fe 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 88d720f651..f423fa2a29 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 6e3ec6935d..b32f222701 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 4ecb6b0d19..dc849bd0f0 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 25e3cc8dfb..428a71dce3 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 65d086e9ee..305ce86cdf 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=<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