From a4edfd01f03cfb48ee2113b9252919010c5df1e8 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 13 Sep 1997 21:44:49 +0000 Subject: Add some UUCP manpages. --- gnu/libexec/uucp/uuname/Makefile | 3 +- gnu/libexec/uucp/uuname/uuname.1 | 45 +++++++++++++++++++++++++ gnu/libexec/uucp/uupick/Makefile | 4 +-- gnu/libexec/uucp/uupick/uupick.1 | 72 ++++++++++++++++++++++++++++++++++++++++ gnu/libexec/uucp/uuto/Makefile | 3 +- gnu/libexec/uucp/uuto/uuto.1 | 41 +++++++++++++++++++++++ 6 files changed, 162 insertions(+), 6 deletions(-) create mode 100644 gnu/libexec/uucp/uuname/uuname.1 create mode 100644 gnu/libexec/uucp/uupick/uupick.1 create mode 100644 gnu/libexec/uucp/uuto/uuto.1 (limited to 'gnu/libexec') diff --git a/gnu/libexec/uucp/uuname/Makefile b/gnu/libexec/uucp/uuname/Makefile index 914207a..ea701b6 100644 --- a/gnu/libexec/uucp/uuname/Makefile +++ b/gnu/libexec/uucp/uuname/Makefile @@ -1,5 +1,5 @@ # Makefile for uuname -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 15:28:43 peter Exp $ BINDIR= $(bindir) BINOWN= $(owner) @@ -12,7 +12,6 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -NOMAN= noman .include .PATH: $(.CURDIR)/../common_sources diff --git a/gnu/libexec/uucp/uuname/uuname.1 b/gnu/libexec/uucp/uuname/uuname.1 new file mode 100644 index 0000000..3ae8e12 --- /dev/null +++ b/gnu/libexec/uucp/uuname/uuname.1 @@ -0,0 +1,45 @@ +''' $Id: uustat.1,v 1.8 1997/02/22 15:28:49 peter Exp $ +.TH uuname 1 "Taylor UUCP 1.06" +.SH NAME +uuname \- list known remote UUCP sites +.SH SYNOPSIS +.B uuname +[-a] [-l] [standard UUCP options] +.SH DESCRIPTION +The +.B uuname +program by default lists all the remote systems your +system knows about. You can also use it to get the name of your +local system. It is mostly useful for shell scripts. +.SH OPTIONS +The following options may be given to +.B uuname. +.TP 5 +.B \-a, \-\-aliases +List all aliases for remote systems, as well as their canonical +names. Aliases may be specified in the +.I sys +file. +.TP 5 +.B \-l, \-\-local +Print the UUCP name of the local system, rather than listing the +names of all the remote systems. +.TP 5 +.B \-x type +.TP 5 +.B \-\-debug type +.TP 5 +.B \-I file +.TP 5 +.B \-\-config file +.TP 5 +.B \-v, \-\-version +.TP 5 +.B \-\-help +Standard UUCP options. +.SH SEE ALSO +uucp(1) +.SH AUTHOR +Ian Lance Taylor (ian@airs.com). +This Manpage based on the Taylor UUCP 1.06 Texinfo documentation. + diff --git a/gnu/libexec/uucp/uupick/Makefile b/gnu/libexec/uucp/uupick/Makefile index 47fbf09..717dc8a 100644 --- a/gnu/libexec/uucp/uupick/Makefile +++ b/gnu/libexec/uucp/uupick/Makefile @@ -1,5 +1,5 @@ # Makefile for uupick -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 15:28:45 peter Exp $ BINDIR= $(bindir) @@ -10,7 +10,5 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -NOMAN= noman - .include .PATH: $(.CURDIR)/../common_sources diff --git a/gnu/libexec/uucp/uupick/uupick.1 b/gnu/libexec/uucp/uupick/uupick.1 new file mode 100644 index 0000000..0933cbc --- /dev/null +++ b/gnu/libexec/uucp/uupick/uupick.1 @@ -0,0 +1,72 @@ +''' $Id: uustat.1,v 1.8 1997/02/22 15:28:49 peter Exp $ +.TH uupick 1 "Taylor UUCP 1.06" +.SH NAME +uupick \- retrieve files transferred by uuto +.SH SYNOPSIS +.B uupick +[\-s] [standard UUCP options] +.SH DESCRIPTION +The +.B uupick +program is used to conveniently retrieve files +transferred by the +.B uuto(1) +program. +For each file transferred by +.B uuto(1), +.B uupick +will display the +source system, the file name, and whether the name refers to a regular +file or a directory. It will then wait for the user to specify an +action to take. One of the following commands must be entered: +.TP 5 +.I q +Quit out of +.B uupick. +.TP 5 +.I RETURN +Skip the file. +.TP 5 +.I m [directory] +Move the file or directory to the specified directory. If no +directory is specified, the file is moved to the current directory. +.TP 5 +.I a [directory] +Move all files from this system to the specified directory. If no +directory is specified, the files are moved to the current +directory. +.TP 5 +.I p +List the file on standard output. +.TP 5 +.I d +Delete the file. +.TP 5 +.I ! [command] +Execute `command' as a shell escape. +.SH OPTIONS +The following options may be given to +.B uupick. +.TP 5 +.B \-s, \-\-system system +This option may be used to restrict +.B uupick +to only present files transferred from a particular system. +.TP 5 +.B \-x type +.TP 5 +.B \-\-debug type +.TP 5 +.B \-I file +.TP 5 +.B \-\-config file +.TP 5 +.B \-v, \-\-version +.TP 5 +.B \-\-help +Standard UUCP options. +.SH SEE ALSO +uucp(1), uuto(1) +.SH AUTHOR +Ian Lance Taylor (ian@airs.com). +This Manpage based on the Taylor UUCP 1.06 Texinfo documentation. diff --git a/gnu/libexec/uucp/uuto/Makefile b/gnu/libexec/uucp/uuto/Makefile index c1a0d66..d7a8e69 100644 --- a/gnu/libexec/uucp/uuto/Makefile +++ b/gnu/libexec/uucp/uuto/Makefile @@ -1,9 +1,10 @@ # Makefile for uuto -# $Id$ +# $Id: Makefile,v 1.8 1997/02/22 15:28:52 peter Exp $ BINDIR= $(bindir) CLEANFILES+= $(ONESHPROG) ONESHPROG= uuto +MAN1= uuto.1 all: $(ONESHPROG) diff --git a/gnu/libexec/uucp/uuto/uuto.1 b/gnu/libexec/uucp/uuto/uuto.1 new file mode 100644 index 0000000..b215b99 --- /dev/null +++ b/gnu/libexec/uucp/uuto/uuto.1 @@ -0,0 +1,41 @@ +''' $Id: uustat.1,v 1.8 1997/02/22 15:28:49 peter Exp $ +''' based on the uucp texinfo documentation +.TH uuto 1 "Taylor UUCP 1.06" +.SH NAME +uuto \- send files to a user on a remote system. +.SH SYNOPSIS +.B uuto +[uucp options] files... system!user +.SH DESCRIPTION +The +.B uuto +program may be used to conveniently send files to a +particular user on a remote system. It will arrange for mail to be sent +to the remote user when the files arrive on the remote system, and he or +she may easily retrieve the files using the +.B uupick +program. Note that +.B uuto +does not provide any +security--any user on the remote system can examine the files. +.PP +The last argument specifies the system and user name to which to send +the files. The other arguments are the files or directories to be sent. +.PP +The +.B uuto +program is actually just a trivial shell script which +invokes the +.B uucp +program with the appropriate arguments. Any option +which may be given to +.B uucp +may also be given to +.B uuto. +.SH SEE ALSO +uucp(1) +.SH AUTHOR +Ian Lance Taylor (ian@airs.com). +This Manpage based on the Taylor UUCP 1.06 Texinfo documentation. + + -- cgit v1.1