From: Lennart Poettering Date: Wed, 13 Dec 2017 16:42:04 +0000 (+0100) Subject: man: "systemd" is to be written in all lower-case, even at beginnings of sentences X-Git-Tag: v236~17^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f95b0be7421cc1143b81afb1937e213313dd8f01;p=thirdparty%2Fsystemd.git man: "systemd" is to be written in all lower-case, even at beginnings of sentences This very important commit is very important. --- diff --git a/man/bootctl.xml b/man/bootctl.xml index 9081592bb5b..7662593a70c 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 5b782c88a5a..18337daad8e 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 84c2f15d4ef..60882e5aa3b 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 1341866463a..1ae9ffb89ef 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 7d3551e3f69..d5e773e5e3d 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 849baec974f..3d81e45732f 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 5227bc09767..55bb2b4a901 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 657fe4c37aa..62ececb6e9b 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 25f54c0d944..8bd111fe0cb 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)