From f95b0be7421cc1143b81afb1937e213313dd8f01 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Dec 2017 17:42:04 +0100 Subject: man: "systemd" is to be written in all lower-case, even at beginnings of sentences This very important commit is very important. --- man/bootctl.xml | 2 +- man/daemon.xml | 6 +++--- man/systemctl.xml | 2 +- man/systemd-coredump.xml | 2 +- man/systemd.environment-generator.xml | 2 +- man/systemd.exec.xml | 2 +- man/systemd.generator.xml | 2 +- man/systemd.xml | 2 +- src/timesync/timesyncd-manager.c | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/man/bootctl.xml b/man/bootctl.xml index 9081592bb5..7662593a70 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -135,7 +135,7 @@ See Also Boot loader specification - Systemd boot loader interface + systemd boot loader interface diff --git a/man/daemon.xml b/man/daemon.xml index 5b782c88a5..18337daad8 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -507,10 +507,10 @@ - Integration with Systemd + Integration with systemd - Writing Systemd Unit Files + Writing systemd Unit Files When writing systemd unit files, it is recommended to consider the following suggestions: @@ -562,7 +562,7 @@ - Installing Systemd Service Files + Installing systemd Service Files At the build installation time (e.g. make install during package build), packages are diff --git a/man/systemctl.xml b/man/systemctl.xml index 84c2f15d4e..60882e5aa3 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -917,7 +917,7 @@ Sun 2017-02-26 20:57:49 EST 2h 3min left Sun 2017-02-26 11:56:36 EST 6h ago convenient. - Systemd implicitly loads units as necessary, so just running the status will + systemd implicitly loads units as necessary, so just running the status will attempt to load a file. The command is thus not useful for determining if something was already loaded or not. The units may possibly also be quickly unloaded after the operation is completed if there's no reason to keep it in memory thereafter. diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml index 1341866463..1ae9ffb89e 100644 --- a/man/systemd-coredump.xml +++ b/man/systemd-coredump.xml @@ -112,7 +112,7 @@ sysctl8 parameter kernel.core_pattern. The syntax of this parameter is explained in core5. - Systemd installs the file /usr/lib/sysctl.d/50-coredump.conf which configures + systemd installs the file /usr/lib/sysctl.d/50-coredump.conf which configures kernel.core_pattern accordingly. This file may be masked or overridden to use a different setting following normal sysctl.d5 diff --git a/man/systemd.environment-generator.xml b/man/systemd.environment-generator.xml index 7d3551e3f6..d5e773e5e3 100644 --- a/man/systemd.environment-generator.xml +++ b/man/systemd.environment-generator.xml @@ -49,7 +49,7 @@ systemd.environment-generator - Systemd environment file generators + systemd environment file generators diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 849baec974..3d81e45732 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1959,7 +1959,7 @@ StandardInputData=SWNrIHNpdHplIGRhIHVuJyBlc3NlIEtsb3BzLAp1ZmYgZWVtYWwga2xvcHAncy $PATH Colon-separated list of directories to use - when launching executables. Systemd uses a fixed value of + when launching executables. systemd uses a fixed value of /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin. diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index 5227bc0976..55bb2b4a90 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -48,7 +48,7 @@ systemd.generator - Systemd unit generators + systemd unit generators diff --git a/man/systemd.xml b/man/systemd.xml index 657fe4c37a..62ececb6e9 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -443,7 +443,7 @@ verify that it makes sense, fixing it if possible, and only failing if it really cannot work. - Systemd contains native implementations of various tasks + systemd contains native implementations of various tasks that need to be executed as part of the boot process. For example, it sets the hostname or configures the loopback network device. It also sets up and mounts various API file systems, such as diff --git a/src/timesync/timesyncd-manager.c b/src/timesync/timesyncd-manager.c index 25f54c0d94..8bd111fe0c 100644 --- a/src/timesync/timesyncd-manager.c +++ b/src/timesync/timesyncd-manager.c @@ -1087,7 +1087,7 @@ static int manager_network_monitor_listen(Manager *m) { r = sd_network_monitor_new(&m->network_monitor, NULL); if (r == -ENOENT) { - log_info("Systemd does not appear to be running, not listening for systemd-networkd events."); + log_info("systemd does not appear to be running, not listening for systemd-networkd events."); return 0; } if (r < 0) -- cgit v1.2.1