diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/uulog.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man1/uulog.1')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/uulog.1 | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/uulog.1 b/upstream/opensuse-tumbleweed/man1/uulog.1 new file mode 100644 index 00000000..f4446dc7 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/uulog.1 @@ -0,0 +1,128 @@ +.TH uulog 1 "Taylor UUCP 1.07" +.\" manual page source format generated by PolyglotMan v3.0.8+X.Org, +.\" available at http://polyglotman.sourceforge.net/ +.SH NAME +uulog \- display the UUCP log file. +.SH SYNOPSIS +.B uulog +.RI [ \-#] +.RI [ \-n\ lines ] +.RI [ \-sf\ system ] +.RI [ \-u\ user ] +.RI [ \-DSF ] +.RI [ \-\-lines\ lines ] +.RI [ \-\-system\ system ] +.RI [ \-\-user\ user ] +.RI [ \-\-debuglog ] +.RI [ \-\-statslog ] +.RI [ \-\-follow ] +.RI [ \-\-follow=system ] +.SH DESCRIPTION +The \fBuulog\fR program may be used to display the UUCP log file. +.SH OPTIONS +Different options may be used to select which parts of the file to +display. +.LP +\fI\-#\fR +.br +\fI\-n lines\fR +.br +\fI\-\-lines lines\fR +.RS 7 +Here \fB#\fR is a number; e.g., \fI\-10\fR. The specified number of lines +is displayed from the end of the log file. The default is to +display the entire log file, unless the \fI\-f\fR, \fI\-F\fR, or \fI\-\-follow\fR +options are used, in which case the default is to display 10 lines. +.RE +.LP +\fI\-s system\fR +.br +\fI\-\-system system\fR +.RS 7 +Display only log entries pertaining to the specified system. +.RE +.LP +\fI\-u user\fR +.br +\fI\-\-user user\fR +.RS 7 +Display only log entries pertaining to the specified user. +.RE +.LP +\fI\-D\fR +.br +\fI\-\-debuglog\fR +.RS 7 +Display the debugging log file. +.RE +.LP +\fI\-S\fR +.br +\fI\-\-statslog\fR +.RS 7 +Display the statistics log file. +.RE +.LP +\fI\-F\fR +.br +\fI\-\-follow\fR +.RS 7 +Keep displaying the log file forever, printing new lines as they +are appended to the log file. +.RE +.LP +\fI\-f system\fR +.br +\fI\-\-follow=system\fR +.RS 7 +Keep displaying the log file forever, displaying only log entries +pertaining to the specified system. +.RE +.LP +\fI\-X type\fR +.br +\fI\-\-debug type\fR +.br +\fI\-I file\fR +.br +\fI\-\-config file\fR +.br +\fI\-v\fR +.br +\fI\-\-version\fR +.br +\fI\-\-help\fR +.RS 7 +Standard Options as found in +.BR uucp (1), +but note that \fBuulog\fR specifies the +debugging type using \fI\-X\fR rather than the usual \fI\-x\fR. +.RE +.LP +The operation of \fBuulog\fR depends to some degree upon the type of log +files generated by the UUCP programs. This is a compile time option. +.B If the UUCP programs have been compiled to use HDB style log files, +.B uulog changes in the following ways: +.LP +* The new options \fI\-x\fR and \fI\-\-uuxqtlog\fR may be used to list the +\fBuuxqt\fR log file. +.LP +* It is no longer possible to omit all arguments: one of \fI\-s\fR, +\fI\-\-system\fR, \fI\-f\fR, \fI\-\-follow=system\fR, \fI\-D\fR, \fI\-\-debuglog\fR, \fI\-S\fR, +\fI\-\-statslog\fR, \fI\-x\fR, or \fI\-\-uuxqtlog\fR must be used. +.LP +* The option \fI\-\-system ANY\fR may be used to list log file entries +which do not pertain to any particular system. +.SH SEE ALSO +.BR mail (1), +.BR uux (1), +.BR uustat (1), +.BR uucico (8). +.SH AUTHOR +This manual page source format was generated by PolyglotMan +from the output of the command + +.RS 5 +.B info uucp 'Invoking uulog' +.RE + |