purge pending output when fielding SIGINT (signal handling still
[unix-history] / usr / src / usr.bin / uuencode / uuencode.1
index 1385caf..9560d12 100644 (file)
@@ -2,12 +2,12 @@
 .\" 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.1 (Berkeley) %G%
+.\"    @(#)uuencode.1  6.3 (Berkeley) %G%
 .\"
 .\"
-.TH UUENCODE 1C ""
+.TH UUENCODE 1 ""
 .UC 4
 .SH NAME
 .UC 4
 .SH NAME
-uuencode,uudecode \- encode/decode a binary file for transmission via mail
+uuencode, uudecode \- encode/decode a binary file for transmission via mail
 .SH SYNOPSIS
 .B uuencode
 [ source ] remotedest |
 .SH SYNOPSIS
 .B uuencode
 [ source ] remotedest |
@@ -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
@@ -40,7 +40,9 @@ strips off any leading and trailing lines added by mailers,
 and recreates the original file with the specified mode and name.
 .PP
 The intent is that all mail to the user ``decode'' should be filtered
 and recreates the original file with the specified mode and name.
 .PP
 The intent is that all mail to the user ``decode'' should be filtered
-through the uudecode program.  This way the file is created automatically
+through the
+.I uudecode
+program.  This way the file is created automatically
 without human intervention.
 This is possible on the uucp network by either using
 .I sendmail
 without human intervention.
 This is possible on the uucp network by either using
 .I sendmail
@@ -49,19 +51,18 @@ or by making
 be a link to
 .I Mail
 instead of
 be a link to
 .I Mail
 instead of
-.I mail.
+.IR mail .
 In each case, an alias must be created in a master file to get
 In each case, an alias must be created in a master file to get
-the automatic invocation of uudecode.
+the automatic invocation of
+.IR uudecode .
 .PP
 If these facilities are not available, the file can be sent to a
 user on the remote machine who can uudecode it manually.
 .PP
 The encode file has an ordinary text form and can be edited
 by any text editor to change the mode or remote name.
 .PP
 If these facilities are not available, the file can be sent to a
 user on the remote machine who can uudecode it manually.
 .PP
 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
-uuencode(5), uusend(1C), uucp(1C), uux(1C), mail(1)
-.SH AUTHOR
-Mark Horton
+.SH SEE ALSO
+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.
@@ -69,5 +70,5 @@ causing it to take longer to transmit.
 The user on the remote system who is invoking
 .I uudecode
 (often
 The user on the remote system who is invoking
 .I uudecode
 (often
-.I uucp)
+.IR uucp )
 must have write permission on the specified file.
 must have write permission on the specified file.