From: Zbigniew Jędrzejewski-Szmek Date: Mon, 23 Sep 2024 09:45:25 +0000 (+0200) Subject: man: reword some sentences with umbiguous subjects X-Git-Tag: v257-rc1~356^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c87bce7d2817eea37171f682b85edc3507edbd73;p=thirdparty%2Fsystemd.git man: reword some sentences with umbiguous subjects A sencence like "The system manager does, a, b, c, which is really d, and e.", it is generally understood that the manager also does "e". This can be quite confusing if the manager cannot do "e", in our case unmount the file system on which it is sitting. Similary, we cannot "fall back to x if it is missing", since "it" in that sentence means "x". --- diff --git a/man/bootup.xml b/man/bootup.xml index bba3bd2d7d1..a0aafe5e790 100644 --- a/man/bootup.xml +++ b/man/bootup.xml @@ -47,9 +47,9 @@ necessary file systems and spawning all configured services. On shutdown, the system manager stops all services, unmounts all non-busy file systems (detaching - the storage technologies backing them), and then (optionally) jumps into the exitrd, which is backed by - tmpfs, and unmounts/detaches the remaining file systems, including the real root. As a last step, - the system is powered down. + the storage technologies backing them), and then (optionally) jumps into the exitrd. The exitrd is backed + by tmpfs and unmounts/detaches the remaining file systems, including the real root. As a last step, the + system is powered down. Additional information about the system boot process may be found in diff --git a/man/os-release.xml b/man/os-release.xml index 1ff112e0579..6fb3e1bb1a3 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -53,9 +53,9 @@ precedence over /usr/lib/os-release. Applications should check for the former, and exclusively use its data if it exists, and only fall back to - /usr/lib/os-release if it is missing. - Applications should not read data from both files at the same - time. /usr/lib/os-release is the recommended + /usr/lib/os-release if that is missing. + Applications should not combine the data from both files. + /usr/lib/os-release is the recommended place to store OS release information as part of vendor trees. /etc/os-release should be a relative symlink to /usr/lib/os-release, to provide