diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-04-26 20:13:13 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-04-26 20:13:13 +0000 |
| commit | 79dea31b974f32b819bd4e808117f1bd98319e23 (patch) | |
| tree | 390dcdae4dad59d50e3fd2a455297957ad89072e | |
| parent | f3fb4a79be669d9ad40284b481c77bb8b849c811 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 24 | ||||
| -rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 24 |
2 files changed, 46 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index b48680da8b87..ad77093aee25 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1764,6 +1764,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <literal>[atm]</literal> tags for addresses on interfaces of those types.</para> + <para>&man.at.1; now supports the <option>-r</option> command-line + option to remove jobs and the <option>-t</option> option to + specify times in POSIX time format.</para> + <para>&man.atacontrol.8; has been added to control various aspects of the &man.ata.4; driver. &merged;</para> @@ -2296,6 +2300,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> The <envar>CLICOLOR</envar> environment variable can be set to enable colorized listings by default. &merged;</para> + <para>&man.ls.1; now accepts a <option>-h</option> flag, which + when combined with the <option>-l</option> flag, causes file + sizes to be printed with unit suffixes, such that the number of + digits printed is less than three. &merged;</para> + <para>&man.m4.1; now accepts a <option>-s</option> flag to cause it to emit <literal>#line</literal> directives for use by &man.cpp.1;. &merged;</para> @@ -2545,6 +2554,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> resolve pathnames to their underlying physical paths. &merged;</para> + <para>&man.pwd.1; now supports the <option>-L</option> flag to + print the logical current working directory.</para> + <para>The pseudo-random number generator implemented by &man.rand.3; has been improved to provide less biased results.</para> @@ -2664,6 +2676,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>&man.split.1; now has the ability to split a file longer than 2GB. &merged;</para> + <para>&man.split.1; now supports a <option>-a</option> option to + specify the number of letters to use for the suffix of split + files.</para> + <para>In preparation for meeting SUSv2/POSIX <filename><sys/select.h></filename> requirements, <literal>struct selinfo</literal> and related functions have been @@ -2704,6 +2720,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> producing output that can be fed back to &man.sysctl.8;. &merged;</para> + <para>&man.sysctl.8; now accepts a <option>-d</option> to print + the descriptions of variables.</para> + <para>&man.sysinstall.8; now properly preserves <filename>/etc/mail</filename> during a binary upgrade. &merged;</para> @@ -2770,7 +2789,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> allow connections to UNIX-domain (<literal>AF_UNIX</literal>) sockets. &merged;</para> - <para>&man.tftp.1; and &man.tftpd.8; now support IPv6.</para> + <para>&man.tftp.1; and &man.tftpd.8; now support IPv6. &merged;</para> <para>&man.tftpd.8; now takes the <option>-c</option> and <option>-C</option> options, which allow the server to @@ -2813,6 +2832,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> base system. It can be found in the Ports Collection, in <filename role="package">net/freebsd-uucp</filename>.</para> + <para>&man.unexpand.1; now supports a <option>-t</option> to + specify tabstabs analogous to &man.expand.1;.</para> + <para>&man.units.1; has received some updates and bugfixes. &merged;</para> 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 b48680da8b87..ad77093aee25 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -1764,6 +1764,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <literal>[atm]</literal> tags for addresses on interfaces of those types.</para> + <para>&man.at.1; now supports the <option>-r</option> command-line + option to remove jobs and the <option>-t</option> option to + specify times in POSIX time format.</para> + <para>&man.atacontrol.8; has been added to control various aspects of the &man.ata.4; driver. &merged;</para> @@ -2296,6 +2300,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> The <envar>CLICOLOR</envar> environment variable can be set to enable colorized listings by default. &merged;</para> + <para>&man.ls.1; now accepts a <option>-h</option> flag, which + when combined with the <option>-l</option> flag, causes file + sizes to be printed with unit suffixes, such that the number of + digits printed is less than three. &merged;</para> + <para>&man.m4.1; now accepts a <option>-s</option> flag to cause it to emit <literal>#line</literal> directives for use by &man.cpp.1;. &merged;</para> @@ -2545,6 +2554,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> resolve pathnames to their underlying physical paths. &merged;</para> + <para>&man.pwd.1; now supports the <option>-L</option> flag to + print the logical current working directory.</para> + <para>The pseudo-random number generator implemented by &man.rand.3; has been improved to provide less biased results.</para> @@ -2664,6 +2676,10 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para>&man.split.1; now has the ability to split a file longer than 2GB. &merged;</para> + <para>&man.split.1; now supports a <option>-a</option> option to + specify the number of letters to use for the suffix of split + files.</para> + <para>In preparation for meeting SUSv2/POSIX <filename><sys/select.h></filename> requirements, <literal>struct selinfo</literal> and related functions have been @@ -2704,6 +2720,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> producing output that can be fed back to &man.sysctl.8;. &merged;</para> + <para>&man.sysctl.8; now accepts a <option>-d</option> to print + the descriptions of variables.</para> + <para>&man.sysinstall.8; now properly preserves <filename>/etc/mail</filename> during a binary upgrade. &merged;</para> @@ -2770,7 +2789,7 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> allow connections to UNIX-domain (<literal>AF_UNIX</literal>) sockets. &merged;</para> - <para>&man.tftp.1; and &man.tftpd.8; now support IPv6.</para> + <para>&man.tftp.1; and &man.tftpd.8; now support IPv6. &merged;</para> <para>&man.tftpd.8; now takes the <option>-c</option> and <option>-C</option> options, which allow the server to @@ -2813,6 +2832,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> base system. It can be found in the Ports Collection, in <filename role="package">net/freebsd-uucp</filename>.</para> + <para>&man.unexpand.1; now supports a <option>-t</option> to + specify tabstabs analogous to &man.expand.1;.</para> + <para>&man.units.1; has received some updates and bugfixes. &merged;</para> |
