diff options
Diffstat (limited to 'upstream/fedora-rawhide/man1/systemd-cat.1')
-rw-r--r-- | upstream/fedora-rawhide/man1/systemd-cat.1 | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/upstream/fedora-rawhide/man1/systemd-cat.1 b/upstream/fedora-rawhide/man1/systemd-cat.1 index 0e441745..dac2205f 100644 --- a/upstream/fedora-rawhide/man1/systemd-cat.1 +++ b/upstream/fedora-rawhide/man1/systemd-cat.1 @@ -1,5 +1,5 @@ '\" t -.TH "SYSTEMD\-CAT" "1" "" "systemd 255" "systemd-cat" +.TH "SYSTEMD\-CAT" "1" "" "systemd 256~rc3" "systemd-cat" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -22,10 +22,10 @@ .SH "NAME" systemd-cat \- Connect a pipeline or program\*(Aqs output with the journal .SH "SYNOPSIS" -.HP \w'\fBsystemd\-cat\ \fR\fB[OPTIONS...]\fR\fB\ \fR\fB[COMMAND]\fR\fB\ \fR\fB[ARGUMENTS...]\fR\ 'u -\fBsystemd\-cat \fR\fB[OPTIONS...]\fR\fB \fR\fB[COMMAND]\fR\fB \fR\fB[ARGUMENTS...]\fR -.HP \w'\fBsystemd\-cat\ \fR\fB[OPTIONS...]\fR\ 'u -\fBsystemd\-cat \fR\fB[OPTIONS...]\fR +.HP \w'\fBsystemd\-cat\fR\ 'u +\fBsystemd\-cat\fR [OPTIONS...] [COMMAND] [ARGUMENTS...] +.HP \w'\fBsystemd\-cat\fR\ 'u +\fBsystemd\-cat\fR [OPTIONS...] .SH "DESCRIPTION" .PP \fBsystemd\-cat\fR @@ -95,6 +95,14 @@ Controls whether lines read are parsed for syslog priority level prefixes\&. If "<5>" is logged at priority 5 ("notice"), and similarly for the other priority levels\&. Takes a boolean argument\&. .RE +.PP +\fB\-\-namespace=\fR +.RS 4 +Specifies the journal namespace to which the standard IO should be connected\&. For details about journal namespaces, see +\fBsystemd-journald.service\fR(8)\&. +.sp +Added in version 256\&. +.RE .SH "EXIT STATUS" .PP On success, 0 is returned, a non\-zero failure code otherwise\&. @@ -135,6 +143,4 @@ and writes the output it generates to the journal: 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), -\fBsystemctl\fR(1), -\fBlogger\fR(1) +\fBsystemd\fR(1), \fBsystemctl\fR(1), \fBlogger\fR(1) |