diff options
author | Mantas MikulÄ—nas <grawity@gmail.com> | 2013-09-12 00:53:36 +0300 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-09-11 20:07:28 -0400 |
commit | 0b429ab7fca2aa139ffbeeac8bdcfbbd21cc1a60 (patch) | |
tree | 34e4cfb41beba9359fec329cf59785d42e02cec6 /man | |
parent | 89dc5bcff13ffc755a8ebfe3b9e34dd527f61915 (diff) |
man: fix description of sysctl.d order
systemd-sysctl gives priority to the latest occurence as of commit
04bf3c1a60d82791e0320381e9268f727708f776, but the manpage hasn't been
updated for that.
Diffstat (limited to 'man')
-rw-r--r-- | man/sysctl.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 69e96ee9e5..ce5c34f9a2 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -92,7 +92,7 @@ alphabetical order, regardless in which of the directories they reside, to guarantee that a specific configuration file takes precedence over another file - with an alphabetically later name, if both files + with an alphabetically earlier name, if both files contain the same variable setting.</para> <para>If the administrator wants to disable a |