=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/uuencode/uuencode.1,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/uuencode/uuencode.1 1999/06/05 01:21:46 1.6 +++ src/usr.bin/uuencode/uuencode.1 2000/03/14 14:58:24 1.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.1,v 1.6 1999/06/05 01:21:46 aaron Exp $ +.\" $OpenBSD: uuencode.1,v 1.7 2000/03/14 14:58:24 aaron Exp $ .\" $NetBSD: uuencode.1,v 1.4 1994/11/17 07:39:42 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -77,7 +77,8 @@ 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 +and execute bits are not retained. +If the .Fl p option is specified, the output will instead be written to stdout. .Nm uudecode @@ -87,20 +88,17 @@ uuencodes it and mails it to a user on another system. When .Nm uudecode -is run on the target system, the file ``src_tree.tar.Z'' will be -created which may then be uncompressed and extracted into the original -tree. +is run on the target system, the file +.Pa src_tree.tar.Z +will be created which may then be uncompressed and extracted +into the original tree. .Pp .Bd -literal -offset indent -compact tar cf \- src_tree \&| compress \&| uuencode src_tree.tar.Z \&| mail sys1!sys2!user .Ed -.Sh DIAGNOSTICS -The -.Nm uudecode -and -.Nm uuencode -utilities exit 0 on success or >0 if an error occurred. +.Pp +Both utilities exit 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 ,