diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-14 14:58:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-14 14:58:28 +0000 |
commit | 96210b552abc81426a18b2ef15b867a9eeab4e87 (patch) | |
tree | fa6fe9da32bb8d4b0c3c2714267bda30221930cd /usr.bin/uuencode | |
parent | e1f503677d44446ce65750011a5f31a05bece8b6 (diff) |
Finish off cleanup usr.bin/ man pages.
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r-- | usr.bin/uuencode/uuencode.1 | 20 | ||||
-rw-r--r-- | usr.bin/uuencode/uuencode.5 | 4 |
2 files changed, 11 insertions, 13 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 4c4098b72f5..29daa21300f 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -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 @@ 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 +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 @@ The following example packages up a source tree, compresses it, 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 , diff --git a/usr.bin/uuencode/uuencode.5 b/usr.bin/uuencode/uuencode.5 index 19cb5139ea3..42dd55d8e90 100644 --- a/usr.bin/uuencode/uuencode.5 +++ b/usr.bin/uuencode/uuencode.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uuencode.5,v 1.6 1999/05/23 14:11:06 aaron Exp $ +.\" $OpenBSD: uuencode.5,v 1.7 2000/03/14 14:58:24 aaron Exp $ .\" $NetBSD: uuencode.format.5,v 1.3 1994/11/17 07:39:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -98,7 +98,7 @@ on a line by itself. .Xr uuencode 1 .Sh HISTORY The -.Nm uuencode +.Nm file format appeared in .Bx 4.0 . .\" It was named uuencode.5 prior to 4.3 |