summaryrefslogtreecommitdiff
path: root/usr.bin/uuencode
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-02-19 07:09:16 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-02-19 07:09:16 +0000
commit1b036924a6d6354127ead2e0b69f8e25a87653b9 (patch)
treec529513d7a4e31931fd50b0d6eb20a9c03c1f198 /usr.bin/uuencode
parentbcaf230c7aa87910ab665d3e819cbb0b81fa5ef8 (diff)
Notes
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r--usr.bin/uuencode/uuencode.format.513
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5
index 30456791bdc3..c2a89e1159b8 100644
--- a/usr.bin/uuencode/uuencode.format.5
+++ b/usr.bin/uuencode/uuencode.format.5
@@ -69,12 +69,15 @@ followed by a newline.
The character count is a single printing character,
and represents an integer, the number of bytes
the rest of the line represents.
-Such integers are always in the range from 0 to 63 and can
+Such integers are always in the range from 1 to 45 or 64 and can
be determined by subtracting the character space (octal 40)
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 are offset by a space to make the characters printing.
+All characters are always in range from 1 to 64 and are offset by a
+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
by the value of the count on the last line.
@@ -89,10 +92,10 @@ The trailer line consists of
.Dq end
on a line by itself.
.Sh SEE ALSO
-.Xr uuencode 1 ,
-.Xr uudecode 1 ,
+.Xr mail 1 ,
.Xr uucp 1 ,
-.Xr mail 1
+.Xr uudecode 1 ,
+.Xr uuencode 1
.Sh HISTORY
The
.Nm uuencode