=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/uuencode/uuencode.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/uuencode/uuencode.1 1998/08/31 02:13:43 1.4 --- src/usr.bin/uuencode/uuencode.1 1998/10/30 00:24:42 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: uuencode.1,v 1.4 1998/08/31 02:13:43 dgregor Exp $ .\" $NetBSD: uuencode.1,v 1.4 1994/11/17 07:39:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: uuencode.1,v 1.5 1998/10/30 00:24:42 aaron Exp $ .\" $NetBSD: uuencode.1,v 1.4 1994/11/17 07:39:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 *************** *** 49,55 **** .Op Fl p .Op Ar file ... .Sh DESCRIPTION ! .Nm Uuencode and .Nm uudecode are used to transmit binary files over transmission mediums --- 49,55 ---- .Op Fl p .Op Ar file ... .Sh DESCRIPTION ! .Nm uuencode and .Nm uudecode are used to transmit binary files over transmission mediums *************** *** 57,66 **** .Tn ASCII data. .Pp ! .Nm Uuencode reads .Ar file ! (or by default the standard input) and writes an encoded version to the standard output. The encoding uses only printing .Tn ASCII --- 57,66 ---- .Tn ASCII data. .Pp ! .Nm uuencode reads .Ar file ! (or by default, the standard input) and writes an encoded version to the standard output. The encoding uses only printing .Tn ASCII *************** *** 70,86 **** for use by .Nm uudecode . .Pp ! .Nm Uudecode transforms ! .Em uuencoded files (or by default, the standard input) into the original form. The resulting file is named .Ar name ! and will have the mode of the original file except that setuid and execute bits are not retained. If the .Fl p option is specified, the output will instead be written to stdout. ! .Nm Uudecode ignores any leading and trailing lines. .Sh EXAMPLES The following example packages up a source tree, compresses it, --- 70,86 ---- for use by .Nm uudecode . .Pp ! .Nm uudecode transforms ! .Dq uuencoded files (or by default, the standard input) into the original form. The resulting file is named .Ar name ! and will have the mode of the original file except that set-user-ID and execute bits are not retained. If the .Fl p option is specified, the output will instead be written to stdout. ! .Nm uudecode ignores any leading and trailing lines. .Sh EXAMPLES The following example packages up a source tree, compresses it, *************** *** 100,106 **** .Nm uudecode and .Nm uuencode ! utilities exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 , --- 100,106 ---- .Nm uudecode and .Nm uuencode ! utilities exit 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 ,