summaryrefslogtreecommitdiff
path: root/usr.bin/uuencode
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-11-30 23:22:46 +0000
committerdholland <dholland@NetBSD.org>2008-11-30 23:22:46 +0000
commit1f595bc8ca62389b3f5b5e3db0d7d5ccc6ebabda (patch)
tree577588ad40c7f3bc2c7701ef6148c74be1baec95 /usr.bin/uuencode
parent1e7b0ea1a261ed4e7e010474dad65272c80fb09a (diff)
Update SEE ALSO per PR 40071: compress -> gzip, add missing tar, comment
out uucp because uucp was removed from base. (Though maybe it should be left in anyway - it belongs as a crossreference for historical reasons.) It doesn't seem to me that every tool used in an example must necessarily appear in SEE ALSO, but it doesn't particularly hurt.
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r--usr.bin/uuencode/uuencode.18
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1
index 4b0b5463a8f..13eba3f339b 100644
--- a/usr.bin/uuencode/uuencode.1
+++ b/usr.bin/uuencode/uuencode.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: uuencode.1,v 1.18 2008/11/29 22:42:53 dholland Exp $
+.\" $NetBSD: uuencode.1,v 1.19 2008/11/30 23:22:46 dholland Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd November 29, 2008
+.Dd November 30, 2008
.Dt UUENCODE 1
.Os
.Sh NAME
@@ -111,9 +111,11 @@ uudecode temp
tar xzf src_tree.tgz
.Ed
.Sh SEE ALSO
-.Xr compress 1 ,
+.Xr gzip 1 ,
.Xr mail 1 ,
.Xr uucp 1 ,
+.Xr tar 1 ,
+.\".Xr uucp 1 ,
.Xr uuencode 5
.Sh STANDARDS
The