From 66e062451ea5ea44e634ae03cf0ff18fb00e07c5 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 9 Oct 2001 11:05:27 +0000 Subject: Pad input with null characters if it is not a multiple of 3. PR: bin/31156 MFC after: 1 week --- usr.bin/uuencode/uuencode.format.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/uuencode/uuencode.format.5') diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 4c5f73fcf0bc..34879d1f68cb 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -83,7 +83,7 @@ Character 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. -Extra garbage will be included to make the character count a multiple +Extra null characters will be included to make the character count a multiple of 4. The body is terminated by a line with a count of zero. This line consists of one -- cgit v1.3