diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-09-12 21:12:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-12 22:09:57 +0200 |
commit | 79640424059328268b9fb6c5fa8eb777b27a177e (patch) | |
tree | e3579216d1afd438e667044869dcdf9c732ef18c /man/sysctl.d.xml | |
parent | 982e44dbc3e70c97e83464a30354b80973d52b41 (diff) | |
download | systemd-79640424059328268b9fb6c5fa8eb777b27a177e.tar.gz |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted. I guess I can just skip over reporting ubiquitous
comma placement fixes…
Highligts in this particular commit:
- the "unsigned" type qualifier is completed to form a full type
"unsigned int"
- alphabetic -> lexicographic (that way we automatically define how
numbers get sorted)
Diffstat (limited to 'man/sysctl.d.xml')
-rw-r--r-- | man/sysctl.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 155427cecf..854864cffc 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -89,10 +89,10 @@ administrator, who may use this logic to override the configuration files installed by vendor packages. All configuration files are sorted by their filename in - alphabetical order, regardless in which of the + lexicographic order, regardless in which of the directories they reside. If multiple files specify the same variable name, the entry in the file with the - alphabetically latest name will be applied. It is + lexicographically latest name will be applied. It is recommended to prefix all filenames with a two-digit number and a dash, to simplify the ordering of the files.</para> |