diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-04-20 03:56:12 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-04-20 03:56:12 +0000 |
commit | da246f9c45ba8e92a06bb47cfe596a9b44b661e5 (patch) | |
tree | fdf5e554e3a8868a421a4d17899032dccd22a22c /usr.bin/uuencode | |
parent | 45274f17853c8c75d10b1e26d123d311c9b79c12 (diff) | |
download | FreeBSD-src-da246f9c45ba8e92a06bb47cfe596a9b44b661e5.zip FreeBSD-src-da246f9c45ba8e92a06bb47cfe596a9b44b661e5.tar.gz |
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
Diffstat (limited to 'usr.bin/uuencode')
-rw-r--r-- | usr.bin/uuencode/uuencode.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index d05bedc..ab1f328 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 |