diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:45 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:46 -0500 |
commit | e0e009c067aa7237f9683c46e5845bbb11ec67c2 (patch) | |
tree | d2c31f3f444bfa569569ac195e2778c475a67c26 /man/systemd-networkd.service.xml | |
parent | b040723ea412209e0edf54647fa5aa4287411507 (diff) |
man: grammar and wording improvements
This is a recurring submission and includes corrections to:
- missing words, preposition choice.
- change of /lib to /usr/lib, because that is what most distros are
using as the system-wide location for systemd/udev files.
Diffstat (limited to 'man/systemd-networkd.service.xml')
-rw-r--r-- | man/systemd-networkd.service.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 6c65fbaefe..908354c587 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -64,8 +64,8 @@ <para>Network configurations applied before networkd is started are not removed, and configuration applied by networkd are not removed when networkd exits. This ensures restarting networkd - does not cut the network connection, and in particular that it - is safe to transition between the initrd and the real root, + does not cut the network connection, and, in particular, that + it is safe to transition between the initrd and the real root, and back.</para> </refsect1> @@ -80,10 +80,10 @@ identical filenames replace each other. Files in <filename>/etc</filename> have the highest priority, files in <filename>/run</filename> take precedence over files with the same - name in <filename>/lib</filename>. This can be used to override a + name in <filename>/usr/lib</filename>. This can be used to override a system-supplied configuration file with a local file if needed; a symlink in <filename>/etc</filename> with the same name as a configuration file in - <filename>/lib</filename>, pointing to <filename>/dev/null</filename>, + <filename>/usr/lib</filename>, pointing to <filename>/dev/null</filename>, disables the configuration file entirely.</para> <refsect2><title>Virtual Network Devices</title> |