Mon Dec 1 06:52:59 2008 UTC ()
Really comment out uucp(1) crossref.


(wiz)
diff -r1.19 -r1.20 src/usr.bin/uuencode/uuencode.1

cvs diff -r1.19 -r1.20 src/usr.bin/uuencode/uuencode.1 (expand / switch to unified diff)

--- src/usr.bin/uuencode/uuencode.1 2008/11/30 23:22:46 1.19
+++ src/usr.bin/uuencode/uuencode.1 2008/12/01 06:52:59 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: uuencode.1,v 1.19 2008/11/30 23:22:46 dholland Exp $ 1.\" $NetBSD: uuencode.1,v 1.20 2008/12/01 06:52:59 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1980, 1990, 1993 3.\" Copyright (c) 1980, 1990, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -103,27 +103,26 @@ tar czf \- src_tree \&| uuencode src_tre @@ -103,27 +103,26 @@ tar czf \- src_tree \&| uuencode src_tre
103On the other system, if the user saves the mail to the file 103On the other system, if the user saves the mail to the file
104.Pa temp , 104.Pa temp ,
105the following example creates the file 105the following example creates the file
106.Pa src_tree.tgz 106.Pa src_tree.tgz
107and extracts it to make a copy of the original tree. 107and extracts it to make a copy of the original tree.
108.Pp 108.Pp
109.Bd -literal -offset indent -compact 109.Bd -literal -offset indent -compact
110uudecode temp 110uudecode temp
111tar xzf src_tree.tgz 111tar xzf src_tree.tgz
112.Ed 112.Ed
113.Sh SEE ALSO 113.Sh SEE ALSO
114.Xr gzip 1 , 114.Xr gzip 1 ,
115.Xr mail 1 , 115.Xr mail 1 ,
116.Xr uucp 1 , 
117.Xr tar 1 , 116.Xr tar 1 ,
118.\".Xr uucp 1 , 117.\".Xr uucp 1 ,
119.Xr uuencode 5 118.Xr uuencode 5
120.Sh STANDARDS 119.Sh STANDARDS
121The 120The
122.Nm uudecode 121.Nm uudecode
123and 122and
124.Nm 123.Nm
125utilities conform to 124utilities conform to
126.St -p1003.2-92 . 125.St -p1003.2-92 .
127.Sh HISTORY 126.Sh HISTORY
128The 127The
129.Nm uudecode 128.Nm uudecode