remove refs to [18]C, add copyright if needed
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 25 Oct 1988 04:00:15 +0000 (20:00 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 25 Oct 1988 04:00:15 +0000 (20:00 -0800)
SCCS-vsn: usr.bin/uucp/Makefile 5.19
SCCS-vsn: usr.bin/uucp/uucico/uucico.8 6.4
SCCS-vsn: usr.bin/uucp/uuclean/uuclean.8 6.4
SCCS-vsn: usr.bin/uuencode/uuencode.1 6.3
SCCS-vsn: usr.bin/uucp/uulog/uulog.1 6.2
SCCS-vsn: usr.bin/uucp/uuname/uuname.1 6.2
SCCS-vsn: usr.bin/uucp/uupoll/uupoll.8 6.3
SCCS-vsn: usr.bin/uucp/uuq/uuq.1 6.3
SCCS-vsn: usr.bin/uucp/uusend/uusend.1 6.3
SCCS-vsn: usr.bin/uucp/uusnap/uusnap.8 6.3
SCCS-vsn: usr.bin/uucp/uux/uux.1 6.4
SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.8 6.2

12 files changed:
usr/src/usr.bin/uucp/Makefile
usr/src/usr.bin/uucp/uucico/uucico.8
usr/src/usr.bin/uucp/uuclean/uuclean.8
usr/src/usr.bin/uucp/uulog/uulog.1
usr/src/usr.bin/uucp/uuname/uuname.1
usr/src/usr.bin/uucp/uupoll/uupoll.8
usr/src/usr.bin/uucp/uuq/uuq.1
usr/src/usr.bin/uucp/uusend/uusend.1
usr/src/usr.bin/uucp/uusnap/uusnap.8
usr/src/usr.bin/uucp/uux/uux.1
usr/src/usr.bin/uucp/uuxqt/uuxqt.8
usr/src/usr.bin/uuencode/uuencode.1

index b5a34a3..5d72a7f 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.18    %G%
+#      @(#)Makefile    5.19    %G%
 #
 # This version expects the 4.2BSD directory reading routines to
 # located in libc.a.  If they aren't, augment LIBS.  Also, LIBS
 #
 # This version expects the 4.2BSD directory reading routines to
 # located in libc.a.  If they aren't, augment LIBS.  Also, LIBS
index f3d4e53..fe0f597 100644 (file)
@@ -1,6 +1,10 @@
-.\"    @(#)uucico.8    6.3 (Berkeley) %G%
+.\" Copyright (c) 1988 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
 .\"
 .\"
-.TH UUCICO 8C ""
+.\"    @(#)uucico.8    6.4 (Berkeley) %G%
+.\"
+.TH UUCICO 8 ""
 .UC 6
 .SH NAME
 uucico, uucpd \- transfer files queued by uucp or uux
 .UC 6
 .SH NAME
 uucico, uucpd \- transfer files queued by uucp or uux
@@ -29,9 +33,9 @@ uucico, uucpd \- transfer files queued by uucp or uux
 .I Uucico
 performs the actual work involved in transferring files between
 systems. 
 .I Uucico
 performs the actual work involved in transferring files between
 systems. 
-.IR Uucp (1C)
+.IR Uucp (1)
 and
 and
-.IR uux (1C)
+.IR uux (1)
 merely queue requests for data transfer which
 .I uucico
 processes.
 merely queue requests for data transfer which
 .I uucico
 processes.
@@ -214,8 +218,8 @@ this UID to a remote login would be an extreme security hazard.
 /usr/spool/uucppublic  Public access directory
 .fi
 .SH SEE ALSO
 /usr/spool/uucppublic  Public access directory
 .fi
 .SH SEE ALSO
-uucp(1C), uuq(1C), uux(1C), L-devices(5), L-dialcodes(5), L.aliases(5),
-L.cmds(5), L.sys(5), uuclean(8C), uupoll(8C), uusnap(8C), uuxqt(8C)
+uucp(1), uuq(1), uux(1), L-devices(5), L-dialcodes(5), L.aliases(5),
+L.cmds(5), L.sys(5), uuclean(8), uupoll(8), uusnap(8), uuxqt(8)
 .PP
 D. A. Nowitz and M. E. Lesk,
 .IR "A Dial-Up Network of UNIX Systems" .
 .PP
 D. A. Nowitz and M. E. Lesk,
 .IR "A Dial-Up Network of UNIX Systems" .
index 29d23cb..3d3b92d 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uuclean.8   6.3 (Berkeley) %G%
+.\"    @(#)uuclean.8   6.4 (Berkeley) %G%
 .\"
 .\"
-.TH UUCLEAN 8C ""
+.TH UUCLEAN 8 ""
 .UC 5
 .SH NAME
 uuclean \- uucp spool directory clean-up
 .UC 5
 .SH NAME
 uuclean \- uucp spool directory clean-up
@@ -54,4 +54,4 @@ This program will typically be run daily by
 /usr/spool/uucp
 Spool directory
 .SH SEE ALSO
 /usr/spool/uucp
 Spool directory
 .SH SEE ALSO
-uucp(1C), uux(1C), uucico(8C)
+uucp(1), uux(1), uucico(8)
index 5cefed7..5aed47a 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uulog.1     6.1 (Berkeley) %G%
+.\"    @(#)uulog.1     6.2 (Berkeley) %G%
 .\"
 .\"
-.TH UULOG 1C ""
+.TH UULOG 1 ""
 .UC 6
 .SH NAME
 uulog \- display \s-1UUCP\s0 log files
 .UC 6
 .SH NAME
 uulog \- display \s-1UUCP\s0 log files
@@ -21,9 +21,9 @@ uulog \- display \s-1UUCP\s0 log files
 .I Uulog
 queries a log
 of 
 .I Uulog
 queries a log
 of 
-.IR uucp (1C)
+.IR uucp (1)
 and
 and
-.IR uux (1C)
+.IR uux (1)
 transactions in the file
 .B /usr/spool/uucp/\s-1LOGFILE.\s0
 .PP
 transactions in the file
 .B /usr/spool/uucp/\s-1LOGFILE.\s0
 .PP
@@ -41,7 +41,7 @@ Print information about work done for the specified
 .SH FILES
 /usr/spool/uucp/\s-1LOGFILE\s0
 .SH SEE ALSO
 .SH FILES
 /usr/spool/uucp/\s-1LOGFILE\s0
 .SH SEE ALSO
-uucp(1C), uux(1C).
+uucp(1), uux(1).
 .SH NOTES
 Very early releases of \s-1UUCP\s0 used separate log files
 for each of the \s-1UUCP\s0 utilities;
 .SH NOTES
 Very early releases of \s-1UUCP\s0 used separate log files
 for each of the \s-1UUCP\s0 utilities;
index 03f9c2b..9b3f18e 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uuname.1    6.1 (Berkeley) %G%
+.\"    @(#)uuname.1    6.2 (Berkeley) %G%
 .\"
 .\"
-.TH UUNAME 1C ""
+.TH UUNAME 1 ""
 .UC 6
 .SH NAME
 uuname \- list names of \s-1UUCP\s0 hosts
 .UC 6
 .SH NAME
 uuname \- list names of \s-1UUCP\s0 hosts
@@ -24,4 +24,4 @@ for the system if the
 .I hostname
 is very long.
 .SH SEE ALSO
 .I hostname
 is very long.
 .SH SEE ALSO
-uucp(1C), uux(1C).
+uucp(1), uux(1).
index b4eb488..19b5449 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uupoll.8    6.2 (Berkeley) %G%
+.\"    @(#)uupoll.8    6.3 (Berkeley) %G%
 .\"
 .\"
-.TH UUPOLL 8C ""
+.TH UUPOLL 8 ""
 .UC 6
 .SH NAME
 uupoll \- poll a remote \s-1UUCP\s+1 site
 .UC 6
 .SH NAME
 uupoll \- poll a remote \s-1UUCP\s+1 site
@@ -20,7 +20,7 @@ uupoll \- poll a remote \s-1UUCP\s+1 site
 .I Uupoll
 is used to force a poll of a remote system. It queues a null job for the
 remote system and then invokes
 .I Uupoll
 is used to force a poll of a remote system. It queues a null job for the
 remote system and then invokes
-.IR uucico (8C).
+.IR uucico (8).
 .PP
 The following options are available:
 .TP 8
 .PP
 The following options are available:
 .TP 8
@@ -72,4 +72,4 @@ when it runs five minutes later.
 /usr/spool/uucp/       Spool directory
 .fi
 .SH SEE ALSO
 /usr/spool/uucp/       Spool directory
 .fi
 .SH SEE ALSO
-uucp(1C), uux(1C), uucico(8C)
+uucp(1), uux(1), uucico(8)
index 58c13ef..c15744a 100644 (file)
@@ -1,6 +1,10 @@
-.\"    @(#)uuq.1       6.2 (Berkeley) %G%
+.\" Copyright (c) 1988 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
 .\"
 .\"
-.TH UUQ 1C ""
+.\"    @(#)uuq.1       6.3 (Berkeley) %G%
+.\"
+.TH UUQ 1 ""
 .UC 6
 .SH NAME
 uuq \- examine or manipulate the uucp queue
 .UC 6
 .SH NAME
 uuq \- examine or manipulate the uucp queue
@@ -72,7 +76,7 @@ Use \fIbaud\fP to compute the transfer time instead of the default
 /usr/spool/uucp/D\fIhostname\fP./D.*   Outgoing data files
 /usr/spool/uucp/X./X.* Outgoing execution files
 .SH SEE ALSO
 /usr/spool/uucp/D\fIhostname\fP./D.*   Outgoing data files
 /usr/spool/uucp/X./X.* Outgoing execution files
 .SH SEE ALSO
-uucp(1C), uux(1C), uulog(1C), uusnap(8C)
+uucp(1), uux(1), uulog(1), uusnap(8)
 .SH BUGS
 No information is available on work requested by the remote machine.
 .PP
 .SH BUGS
 No information is available on work requested by the remote machine.
 .PP
index 40918ea..a602f37 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uusend.1    6.2 (Berkeley) %G%
+.\"    @(#)uusend.1    6.3 (Berkeley) %G%
 .\"
 .\"
-.TH UUSEND 1C ""
+.TH UUSEND 1 ""
 .UC 4
 .SH NAME
 uusend \- send a file to a remote host
 .UC 4
 .SH NAME
 uusend \- send a file to a remote host
index 3582bfb..ffadd6e 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uusnap.8    6.2 (Berkeley) %G%
+.\"    @(#)uusnap.8    6.3 (Berkeley) %G%
 .\"
 .\"
-.TH UUSNAP 8C ""
+.TH UUSNAP 8 ""
 .UC 5
 .SH NAME
 uusnap \- show snapshot of the UUCP system
 .UC 5
 .SH NAME
 uusnap \- show snapshot of the UUCP system
@@ -27,6 +27,6 @@ Included in "Message" may be the time left before UUCP can re-try the
 call, and the count of the number of times that UUCP has tried
 (unsuccessfully) to reach the site.
 .SH SEE ALSO
 call, and the count of the number of times that UUCP has tried
 (unsuccessfully) to reach the site.
 .SH SEE ALSO
-uucp(1C), uux(1C), uuq(1C), uucico(8C)
+uucp(1), uux(1), uuq(1), uucico(8)
 .br
 .I "UUCP Implementation Guide"
 .br
 .I "UUCP Implementation Guide"
index b2a2a56..0973d4c 100644 (file)
@@ -1,6 +1,10 @@
-.\"    @(#)uux.1       6.3 (Berkeley) %G%
+.\" Copyright (c) 1988 Regents of the University of California.
+.\" All rights reserved.  The Berkeley software License Agreement
+.\" specifies the terms and conditions for redistribution.
 .\"
 .\"
-.TH UUX 1C ""
+.\"    @(#)uux.1       6.4 (Berkeley) %G%
+.\"
+.TH UUX 1 ""
 .AT 3
 .SH NAME
 uux \- unix to unix command execution
 .AT 3
 .SH NAME
 uux \- unix to unix command execution
@@ -129,7 +133,7 @@ is the lowest grade.
 The default is 
 .BR A ;
 by comparison
 The default is 
 .BR A ;
 by comparison
-.IR uucp (1C)
+.IR uucp (1)
 defaults to
 .B n
 and mail is usually sent at grade
 defaults to
 .B n
 and mail is usually sent at grade
@@ -168,7 +172,7 @@ Start up
 .I uucico
 with the \fB-L\fP flag. This will force
 calls to be made to local sites only (see
 .I uucico
 with the \fB-L\fP flag. This will force
 calls to be made to local sites only (see
-.IR uucico (8C)).
+.IR uucico (8)).
 .SH FILES
 .PD 0
 .TP 22
 .SH FILES
 .PD 0
 .TP 22
@@ -179,7 +183,7 @@ spool directories
 UUCP configuration data and daemons
 .PD
 .SH SEE ALSO
 UUCP configuration data and daemons
 .PD
 .SH SEE ALSO
-uucp(1C), uucico(8C), uuxqt(8C).
+uucp(1), uucico(8), uuxqt(8).
 .SH WARNING
 For security reasons, many installations will
 limit the list of
 .SH WARNING
 For security reasons, many installations will
 limit the list of
index 921165f..1188304 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uuxqt.8     6.1 (Berkeley) %G%
+.\"    @(#)uuxqt.8     6.2 (Berkeley) %G%
 .\"
 .\"
-.TH UUXQT 8C ""
+.TH UUXQT 8 ""
 .UC 6
 .SH NAME
 uuxqt \- \s-1UUCP\s+1 execution file interpreter
 .UC 6
 .SH NAME
 uuxqt \- \s-1UUCP\s+1 execution file interpreter
@@ -18,9 +18,9 @@ uuxqt \- \s-1UUCP\s+1 execution file interpreter
 interprets
 .I "execution files"
 created on a remote system via
 interprets
 .I "execution files"
 created on a remote system via
-.IR uux (1C)
+.IR uux (1)
 and transferred to the local system via
 and transferred to the local system via
-.IR uucico (8C).
+.IR uucico (8).
 When a user uses
 .I uux
 to request remote command execution, it is
 When a user uses
 .I uux
 to request remote command execution, it is
@@ -48,4 +48,4 @@ It copies intermediate files to this directory when necessary.
 /usr/spool/uucp/XTMP   \fIUuxqt\fP running directory
 .fi
 .SH SEE ALSO
 /usr/spool/uucp/XTMP   \fIUuxqt\fP running directory
 .fi
 .SH SEE ALSO
-uucp(1C), uux(1C), L.cmds(5), USERFILE(5), uucico(8C)
+uucp(1), uux(1), L.cmds(5), USERFILE(5), uucico(8)
index de74ab7..9560d12 100644 (file)
@@ -2,9 +2,9 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uuencode.1  6.2 (Berkeley) %G%
+.\"    @(#)uuencode.1  6.3 (Berkeley) %G%
 .\"
 .\"
-.TH UUENCODE 1C ""
+.TH UUENCODE 1 ""
 .UC 4
 .SH NAME
 uuencode, uudecode \- encode/decode a binary file for transmission via mail
 .UC 4
 .SH NAME
 uuencode, uudecode \- encode/decode a binary file for transmission via mail
@@ -23,7 +23,7 @@ and
 are used to send a binary file via uucp (or other) mail.
 This combination can be used over indirect mail links
 even when
 are used to send a binary file via uucp (or other) mail.
 This combination can be used over indirect mail links
 even when
-.IR uusend (1C)
+.IR uusend (1)
 is not available.
 .PP
 .I Uuencode
 is not available.
 .PP
 .I Uuencode
@@ -62,7 +62,7 @@ user on the remote machine who can uudecode it manually.
 The encode file has an ordinary text form and can be edited
 by any text editor to change the mode or remote name.
 .SH SEE ALSO
 The encode file has an ordinary text form and can be edited
 by any text editor to change the mode or remote name.
 .SH SEE ALSO
-atob(n), uusend(1C), uucp(1C), uux(1C), mail(1), uuencode(5)
+atob(n), uusend(1), uucp(1), uux(1), mail(1), uuencode(5)
 .SH BUGS
 The file is expanded by 35% (3 bytes become 4 plus control information)
 causing it to take longer to transmit.
 .SH BUGS
 The file is expanded by 35% (3 bytes become 4 plus control information)
 causing it to take longer to transmit.