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/systemd.mount.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/systemd.mount.xml')
-rw-r--r-- | man/systemd.mount.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.mount.xml b/man/systemd.mount.xml index 9aac94e1a1..e5b5c3c7c3 100644 --- a/man/systemd.mount.xml +++ b/man/systemd.mount.xml @@ -151,7 +151,7 @@ <citerefentry><refentrytitle>systemd.automount</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details. If <option>x-systemd.device-timeout=</option> is - specified it may be used to configure how long systemd + specified, it may be used to configure how long systemd should wait for a device to show up before giving up on an entry from <filename>/etc/fstab</filename>. Specify a time in @@ -161,9 +161,9 @@ <para>If a mount point is configured in both <filename>/etc/fstab</filename> and a unit file that - is stored below <filename>/usr</filename> the former + is stored below <filename>/usr</filename>, the former will take precedence. If the unit file is stored below - <filename>/etc</filename> it will take + <filename>/etc</filename>, it will take precedence. This means: native unit files take precedence over traditional configuration files, but this is superseded by the rule that configuration in |