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-leap-15-6/man1/uuname.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-leap-15-6/man1/uuname.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/uuname.1 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/uuname.1 b/upstream/opensuse-leap-15-6/man1/uuname.1 new file mode 100644 index 00000000..1d41a6b6 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/uuname.1 @@ -0,0 +1,72 @@ +.TH uuname 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 +uuname \- lists the names of all the remote systems. +.SH SYNOPSIS +.B uuname +.RI [ \-a ] +.RI [ \-\-aliases ] +.br +.B uuname +.I \-l +.br +.B uuname +.I \-\-local +.SH DESCRIPTION +By default, the \fBuuname\fR program simply lists the names of all the +remote systems mentioned in the UUCP configuration files. +.LP +The \fBuuname\fR program may also be used to print the UUCP name of the +local system. +.LP +The \fBuuname\fR program is mainly for use by shell scripts. +.SH OPTIONS +The following options may be given to \fBuuname\fR. +.LP +\fI\-a\fR +.br +\fI\-\-aliases\fR +.RS 7 +List all aliases for remote systems, as well as their canonical +names. Aliases may be specified in the \fBsys\fR file. +.RE +.LP +\fI\-l\fR +.br +\fI\-\-local\fR +.RS 7 +Print the UUCP name of the local system, rather than listing the +names of all the remote systems. +.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 +The Standard Options as found in +.BR uucp (1). +.RE +.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 uuname' +.RE + |