diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-01 12:20:22 +0000 |
| commit | 87faa07bec7b6e1212692fbaa21d663ee288abe8 (patch) | |
| tree | 9a436c177ed358d0faad3010a07f77c999ee9cfa /usr.bin/uuencode | |
| parent | f63f700eead0ba7d5c6f70df1a0bedc055bc8734 (diff) | |
Notes
Diffstat (limited to 'usr.bin/uuencode')
| -rw-r--r-- | usr.bin/uuencode/uuencode.1 | 3 | ||||
| -rw-r--r-- | usr.bin/uuencode/uuencode.format.5 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 9616d6608974..a01f18b2ff0c 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -93,7 +93,8 @@ Decode .Ar file and write output to standard output. .It Fl s -Do not strip output pathname to base filename. By default +Do not strip output pathname to base filename. +By default .Nm uudecode deletes any prefix ending with the last slash '/' for security purpose. diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 10f16995c8c1..d256a0b1b164 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -77,7 +77,8 @@ 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 -space (octal 40) to make the characters printing. Character +space (octal 40) to make the characters printing. +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 |
