diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-15 16:03:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-15 16:03:29 +0000 |
| commit | 6edbab2f7bec0e5b219d3d0be5eb93c3b4bad246 (patch) | |
| tree | f2ac51d8e2c78fb8a29a9bcc1cd702a8606b49f9 /usr.bin/uuencode | |
| parent | 7bdca10c473f6b46ecd8a28959a8197ff2e8e85e (diff) | |
Notes
Diffstat (limited to 'usr.bin/uuencode')
| -rw-r--r-- | usr.bin/uuencode/uuencode.1 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 0d4cfe4012f6..d05bedceb6f4 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -51,7 +51,7 @@ .Nm uudecode .Op Fl i .Fl o Ar output_file -.Op file +.Op Ar file .Sh DESCRIPTION .Nm Uuencode and @@ -90,9 +90,8 @@ and execute bits are not retained. .Nm Uudecode ignores any leading and trailing lines. .Pp -The following options are available: -.Pp -.Nm uuencode : +The following options are available for +.Nm : .Bl -tag -width ident .It Fl m Use the Base64 method of encoding, rather than the traditional @@ -104,6 +103,7 @@ Output to instead of standard output. .El .Pp +The following options are available for .Nm uudecode : .Bl -tag -width ident .It Fl c @@ -115,8 +115,7 @@ Do not overwrite files. .It Fl o Ar output_file Output to .Ar output_file -instead of -.Ar name . +instead of any pathname contained in the input data. .It Fl p Decode .Ar file |
