diff options
author | bmah <bmah@FreeBSD.org> | 2002-05-15 03:43:44 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-05-15 03:43:44 +0000 |
commit | dd563f9e7db4327eb793f53322da6046d7bb9684 (patch) | |
tree | addf8d8b373e3b4a30e1179f3c1a36fb3de12194 /release | |
parent | d2e458094c2ff0f35b1423f3617c6cc39567ee99 (diff) | |
download | FreeBSD-src-dd563f9e7db4327eb793f53322da6046d7bb9684.zip FreeBSD-src-dd563f9e7db4327eb793f53322da6046d7bb9684.tar.gz |
Fix description of uuencode(1)/uudecode(1) base64 abilities.
Submitted by: jmallet
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 5 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 1c73615..9ce0d01 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -2909,8 +2909,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> USB Human Interface Devices. &merged;</para> <para>&man.uuencode.1; and &man.uudecode.1; now accept a <option>-o</option> option to - set their output files. They can also do base64 encoding and - decoding when given the <option>-m</option> flag. &merged;</para> + set their output files. &man.uuencode.1; can now be made to do base64 encoding + when given the <option>-m</option> flag, while &man.uudecode.1; + can now automatically decode base64 files. &merged;</para> <para>&man.vidcontrol.1; now accepts a <option>-g</option> parameter to select custom text geometry in the diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 1c73615..9ce0d01 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -2909,8 +2909,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> USB Human Interface Devices. &merged;</para> <para>&man.uuencode.1; and &man.uudecode.1; now accept a <option>-o</option> option to - set their output files. They can also do base64 encoding and - decoding when given the <option>-m</option> flag. &merged;</para> + set their output files. &man.uuencode.1; can now be made to do base64 encoding + when given the <option>-m</option> flag, while &man.uudecode.1; + can now automatically decode base64 files. &merged;</para> <para>&man.vidcontrol.1; now accepts a <option>-g</option> parameter to select custom text geometry in the |