summaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/uuencode.5
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-12-08 19:21:02 +0000
committerwiz <wiz@NetBSD.org>2001-12-08 19:21:02 +0000
commitd4c3db208c94b67026fb4103886b69a2906018d0 (patch)
treee24295162450317996e41b0f3da8d9de1f06f4b8 /usr.bin/uuencode/uuencode.5
parent1c9dacf4002d21a57f85b068512bbbfb94db6763 (diff)
Sort sections, sort SEE ALSO.
Diffstat (limited to 'usr.bin/uuencode/uuencode.5')
-rw-r--r--usr.bin/uuencode/uuencode.520
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/uuencode/uuencode.5 b/usr.bin/uuencode/uuencode.5
index e92d58ad234..894c412a6f8 100644
--- a/usr.bin/uuencode/uuencode.5
+++ b/usr.bin/uuencode/uuencode.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: uuencode.5,v 1.5 1999/03/22 18:16:45 garbled Exp $
+.\" $NetBSD: uuencode.5,v 1.6 2001/12/08 19:21:02 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -130,20 +130,20 @@ it possible to convey how many bytes are garbage.
The trailer line consists of
.Dq end
on a line by itself.
-.Sh BUGS
-The interpretation of the
-.Nm
-format relies on properties of the
-.Tn ASCII
-character set and may not work correctly on non-ASCII systems.
.Sh SEE ALSO
-.Xr uuencode 1 ,
-.Xr uudecode 1 ,
-.Xr uucp 1 ,
.Xr mail 1 ,
+.Xr uucp 1 ,
+.Xr uudecode 1 ,
+.Xr uuencode 1 ,
.Xr ascii 7
.Sh HISTORY
The
.Nm
file format appeared in
.Bx 4.0 .
+.Sh BUGS
+The interpretation of the
+.Nm
+format relies on properties of the
+.Tn ASCII
+character set and may not work correctly on non-ASCII systems.