diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-05-15 03:43:44 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-05-15 03:43:44 +0000 |
| commit | 38c2b7d99b27f49eaa32ff988b902c0d3bcaac69 (patch) | |
| tree | addf8d8b373e3b4a30e1179f3c1a36fb3de12194 | |
| parent | cba9c8bdd1cc754aa0ae94967ba0a96bdbe30460 (diff) | |
Notes
| -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 1c736155a805..9ce0d014538f 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 1c736155a805..9ce0d014538f 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 |
