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.exec.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.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 01356e4c45..8b7645c4d6 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -491,8 +491,8 @@ <varlistentry> <term><varname>TTYPath=</varname></term> <listitem><para>Sets the terminal - device node to use if standard input, - output or stderr are connected to a + device node to use if STDIN, STDOUT, + or STDERR are connected to a TTY (see above). Defaults to <filename>/dev/console</filename>.</para></listitem> </varlistentry> |