diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | 911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/uuencode | |
parent | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff) | |
download | FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz |
Remove whitespace at EOL.
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 4721202..4a2454d 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 e83b695..4c5f73f 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 |