]> git.proxmox.com Git - systemd.git/blobdiff - man/systemd-cat.1
Imported Upstream version 214
[systemd.git] / man / systemd-cat.1
index 24a25780bd2b2520aedfddf3ae8d166bf85c636a..bf42f1112e512c79cac3247d41c4b554ccb65239 100644 (file)
@@ -1,5 +1,5 @@
 '\" t
-.TH "SYSTEMD\-CAT" "1" "" "systemd 208" "systemd-cat"
+.TH "SYSTEMD\-CAT" "1" "" "systemd 214" "systemd-cat"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -29,25 +29,25 @@ systemd-cat \- Connect a pipeline or program\*(Aqs output with the journal
 .SH "DESCRIPTION"
 .PP
 \fBsystemd\-cat\fR
-may be used to connect STDOUT and STDERR of a process with the journal, or as a filter tool in a shell pipeline to pass the output the previous pipeline element generates to the journal\&.
+may be used to connect the standard input and output of a process to the journal, or as a filter tool in a shell pipeline to pass the output the previous pipeline element generates to the journal\&.
 .PP
 If no parameter is passed,
 \fBsystemd\-cat\fR
-will write everything it reads from standard input (STDIN) to the journal\&.
+will write everything it reads from standard input (stdin) to the journal\&.
 .PP
-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\&.
+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\&.
 .SH "OPTIONS"
 .PP
 The following options are understood:
 .PP
 \fB\-h\fR, \fB\-\-help\fR
 .RS 4
-Prints a short help text and exits\&.
+Print a short help text and exit\&.
 .RE
 .PP
 \fB\-\-version\fR
 .RS 4
-Prints a short version string and exits\&.
+Print a short version string and exit\&.
 .RE
 .PP
 \fB\-t\fR, \fB\-\-identifier=\fR
@@ -80,14 +80,14 @@ is logged at priority 5 ("notice"), and similar for the other priority levels\&.
 .RE
 .SH "EXIT STATUS"
 .PP
-On success 0 is returned, a non\-zero failure code otherwise\&.
+On success, 0 is returned, a non\-zero failure code otherwise\&.
 .SH "EXAMPLES"
 .PP
 \fBExample\ \&1.\ \&Invoke a program\fR
 .PP
 This calls
 /bin/ls
-with STDOUT/STDERR connected to the journal:
+with standard output and error connected to the journal:
 .sp
 .if n \{\
 .RS 4
@@ -115,7 +115,7 @@ and writes the output it generates to the journal:
 .RE
 .\}
 .PP
-Even though the two examples have very similar effects the first is preferable since only one process is running at a time, and both STDOUT and STDERR are captured while in the second example only STDOUT is captured\&.
+Even though the two examples have very similar effects the first is preferable since only one process is running at a time, and both stdout and stderr are captured while in the second example, only stdout is captured\&.
 .SH "SEE ALSO"
 .PP
 \fBsystemd\fR(1),