diff options
author | Jan Engelhardt <jengelh@inai.de> | 2014-06-28 00:49:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-28 00:06:31 -0400 |
commit | 45df8656ebb1b0559a75993d1508fc61c2d39829 (patch) | |
tree | 4ed625eade1c8ac27ea85269eb889adb848a9e0e /man | |
parent | 8d0e0ddda6501479eb69164687c83c1a7667b33a (diff) |
doc: typographical improvements and choice of words
Diffstat (limited to 'man')
-rw-r--r-- | man/sysctl.d.xml | 4 | ||||
-rw-r--r-- | man/systemd.network.xml | 4 | ||||
-rw-r--r-- | man/tmpfiles.d.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index ed9e997f8a..dd73f92236 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -154,7 +154,7 @@ </example> <example> - <title>Disable packet filter on the bridge (method one)</title> + <title>Disable packet filter on bridged packets (method one)</title> <para><filename>/etc/udev/rules.d/99-bridge.conf</filename>: </para> @@ -171,7 +171,7 @@ net.bridge.bridge-nf-call-arptables = 0 </example> <example> - <title>Disable packet filter on the bridge (method two)</title> + <title>Disable packet filter on bridged packets (method two)</title> <para><filename>/etc/modules-load.d/bridge.conf</filename>: </para> diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 21f6d50cc7..5bff4d9d87 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -237,14 +237,14 @@ interfaces and all known network configuration files to - avoid IP range + avoid address range conflicts. The default system-wide pool consists of 192.168.0.0/16, 172.16.0.0/12 and 10.0.0.0/8 for IPv4, - and [fc00::] for + and fc00::/7 for IPv6. This functionality is useful to manage a diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 65716c305d..81457c45e0 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -433,7 +433,7 @@ r! /tmp/.X[0-9]*-lock</programlisting> be removed from the new access mode too, and if all write bits are removed, they will be removed from the new access mode too. In - addition, the sticky/suid/gid bit is removed unless + addition, the sticky/SUID/SGID bit is removed unless applied to a directory. This functionality is particularly useful in conjunction with <varname>Z</varname>.</para> |