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-cat.xml | |
parent | 982e44dbc3e70c97e83464a30354b80973d52b41 (diff) |
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-cat.xml')
-rw-r--r-- | man/systemd-cat.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-cat.xml b/man/systemd-cat.xml index 876ebfa3cc..ffb1dfd50b 100644 --- a/man/systemd-cat.xml +++ b/man/systemd-cat.xml @@ -65,11 +65,11 @@ pass the output the previous pipeline element generates to the journal.</para> - <para>If no parameter is passed + <para>If no parameter is passed, <command>systemd-cat</command> will write everything it reads from standard input (STDIN) to the journal.</para> - <para>If parameters are passed they are executed as + <para>If parameters are passed, they are executed as command line with standard output (STDOUT) and standard error output (STDERR) connected to the journal, so that all it writes is stored in the journal.</para> @@ -102,7 +102,7 @@ <listitem><para>Specify a short string that is used to identify the logging - tool. If not specified no identifying + tool. If not specified, no identification string is written to the journal.</para></listitem> </varlistentry> @@ -141,7 +141,7 @@ <listitem><para>Controls whether lines read are parsed for syslog priority level prefixes. If enabled (the - default) a line prefixed with a + default), a line prefixed with a priority prefix such as <literal><5></literal> is logged at priority 5 |