diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
| commit | f247324df75b7f55b48b92acb3b42a5ae2deac8a (patch) | |
| tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/uuencode | |
| parent | 7ebcc426efefea9cd16ac6f565e72030c608f7a4 (diff) | |
Notes
Diffstat (limited to 'usr.bin/uuencode')
| -rw-r--r-- | usr.bin/uuencode/uuencode.1 | 10 | ||||
| -rw-r--r-- | usr.bin/uuencode/uuencode.format.5 | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 4721202f2de2..4a2454d734fa 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -83,8 +83,8 @@ The following options are available for .Nm uudecode : .Bl -tag -width ident .It Fl c -Decode more than one uuencode'd file from -.Ar file +Decode more than one uuencode'd file from +.Ar file if possible. .It Fl i Do not overwrite files. @@ -94,8 +94,8 @@ Decode and write output to standard output. .It Fl s Do not strip output pathname to base filename. -By default -.Nm uudecode +By default +.Nm uudecode deletes any prefix ending with the last slash '/' for security purpose. .El @@ -113,7 +113,7 @@ tar cf \- src_tree \&| compress \&| uuencode src_tree.tar.Z \&| mail sys1!sys2!user .Ed .Pp -The following example unpack all uuencode'd +The following example unpack all uuencode'd files from your mailbox into your current working directory. .Pp .Bd -literal -offset indent -compact diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index e83b69596c1a..4c5f73fcf0bc 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -76,9 +76,9 @@ from the character. Character 64 represents a count of zero. .Pp Groups of 3 bytes are stored in 4 characters, 6 bits per character. -All characters are always in range from 1 to 64 and are offset by a +All characters are always in range from 1 to 64 and are offset by a space (octal 40) to make the characters printing. -Character +Character 64 represents a count of zero. The last line may be shorter than the normal 45 bytes. If the size is not a multiple of 3, this fact can be determined |
