X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsystemd-cat.xml;h=96d3072a1f350c793672be9a6e23fa66bd941e1d;hb=97a1a1103c037ce7a67afaae689e0457d653066f;hp=160db9fb5c4cd9e07c48b455e13439ceb9ce93ee;hpb=89c22dc342548ba2596157caa72356efb26f4bfd;p=thirdparty%2Fsystemd.git diff --git a/man/systemd-cat.xml b/man/systemd-cat.xml index 160db9fb5c4..96d3072a1f3 100644 --- a/man/systemd-cat.xml +++ b/man/systemd-cat.xml @@ -1,25 +1,7 @@ - - - + @@ -27,15 +9,6 @@ systemd-cat systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -116,6 +89,29 @@ see below. + + + + Specifies the default priority level for + messages from the process's standard error output (stderr). + Usage of this option is the same as the + option, above, and both can be + used at once. When both are used, + will specify the default priority for standard output (stdout). + + + If is not specified, + messages from stderr will still be logged, with the same + default priority level as stdout. + + Also, note that when stdout and stderr use the same + default priority, the messages will be strictly ordered, + because one channel is used for both. When the default priority + differs, two channels are used, and so stdout messages will not + be strictly ordered with respect to stderr messages - though + they will tend to be approximately ordered. + + @@ -144,7 +140,7 @@ Invoke a program - This calls /bin/ls + This calls /bin/ls with standard output and error connected to the journal: # systemd-cat ls