summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
8 files changed, 9 insertions, 9 deletions
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