From 30d7e7ef7dd19f1fd808efa7545f3d4238a19817 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sat, 20 Apr 2002 03:56:12 +0000 Subject: [PATCH] In the BUGS section, mention that the ballooning of size mentioned here is with regard to the traditional algorithm. Suggested by: obrien MFC after: 1 week --- usr.bin/uuencode/uuencode.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index d05bedceb6f..ab1f328f8f0 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -161,8 +161,8 @@ uudecode -o /dev/stdout < $MAIL | zcat | tar xfv - .Xr uucp 1 , .Xr uuencode 5 .Sh BUGS -The encoded form of the file is expanded by 35% (3 bytes become 4 plus -control information). +Files encoded using the traditional algorithm are expanded by 35% (3 +bytes become 4 plus control information). .Sh HISTORY The .Nm uudecode