diff options
author | Jason St. John <jstjohn@purdue.edu> | 2014-02-13 20:25:23 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-14 22:03:40 -0500 |
commit | bcddd5bf8033b0c9cb15a9d017b7714ebe21473a (patch) | |
tree | 73a9a6dc34e5e060f05267723633c095de0e2d0e /man/systemd-udevd.service.xml | |
parent | e10c9985bbc3cf79f12f9ec7317adfe697fa8214 (diff) |
man: fix grammatical errors and other formatting issues
* standardize capitalization of STDIN, STDOUT, and STDERR
* reword some sentences for clarity
* reflow some very long lines to be shorter than ~80 characters
* add some missing <literal>, <constant>, <varname>, <option>, and <filename> tags
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r-- | man/systemd-udevd.service.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 7fce3000f5..50a10764bf 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -70,7 +70,7 @@ <varlistentry> <term><option>--debug</option></term> <listitem> - <para>Print debug messages to stderr.</para> + <para>Print debug messages to STDERR.</para> </listitem> </varlistentry> <varlistentry> @@ -82,7 +82,6 @@ <varlistentry> <term><option>--exec-delay=</option></term> <listitem> - <para>Delay the execution of RUN instruction by the given number of seconds. This option might be useful when debugging system crashes during coldplug caused by loading @@ -158,7 +157,7 @@ <term><varname>net.ifnames=</varname></term> <listitem> <para>Network interfaces are renamed to give them predictable names - when possible. It is enabled by default, specifying 0 disables it.</para> + when possible. It is enabled by default; specifying 0 disables it.</para> </listitem> </varlistentry> </variablelist> |