aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2002-05-21 03:26:42 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2002-05-21 03:26:42 +0000
commit9152d4d39cf76ac7f44efe882b582de5379a95f3 (patch)
tree87de231bc46dc1bbbdb85b4d25b727c5d12b575d /release
parent4ef27b1a492a09f6f74fde711b3f008d3fd6cd87 (diff)
downloadsrc-9152d4d39cf76ac7f44efe882b582de5379a95f3.tar.gz
src-9152d4d39cf76ac7f44efe882b582de5379a95f3.zip
New release notes: ls(1) -m/-p/-x, sh(1) -C/-u, tabs(1).
Deleted release note: IFS.
Notes
Notes: svn path=/head/; revision=97041
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml18
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml18
2 files changed, 28 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index d3e43e3d06c2..550fdfed8c92 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -1173,10 +1173,6 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>A bug in FFS that could cause superblock corruption on
very large filesystems has been corrected. &merged;</para>
- <para>The Inode Filesystem (IFS) has been added; more
- information can be found in
- <filename>/usr/src/sys/ufs/ifs/README</filename>.</para>
-
<para>The ISO-9660 filesystem now has a hook that supports a
loadable character conversion routine. The
<filename role="package">sysutils/cd9660_unicode</filename>
@@ -2377,6 +2373,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
sizes to be printed with unit suffixes, such that the number of
digits printed is less than three. &merged;</para>
+ <para>The &man.ls.1; program now supports a <option>-m</option>
+ flag to list files across a page, a <option>-p</option> flag to
+ force printing of a <literal>/</literal> after directories, and
+ a <option>-x</option> flag to sort filenames across a
+ page.</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>
@@ -2757,6 +2759,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
of course, still available through the &man.printf.1;
executable).</para>
+ <para>&man.sh.1; now supports a <option>-C</option> option to
+ prevent existing regular files from being overwritten by output
+ redirection, and a <option>-u</option> to give an error if an
+ unset variable is expanded.</para>
+
<para>&man.sockstat.1; now has <option>-c</option> and
<option>-l</option> flags for listing connected and listening
sockets, respectively. &merged;</para>
@@ -2870,6 +2877,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.syslogd.8; now accepts a <option>-c</option> flag to
disable repeated line compression. &merged;</para>
+ <para>&man.tabs.1;, a utility to set terminal tab stops, has been
+ added.</para>
+
<para>&man.tail.1; now has the ability to work on files longer
than 2GB. &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 d3e43e3d06c2..550fdfed8c92 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -1173,10 +1173,6 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>A bug in FFS that could cause superblock corruption on
very large filesystems has been corrected. &merged;</para>
- <para>The Inode Filesystem (IFS) has been added; more
- information can be found in
- <filename>/usr/src/sys/ufs/ifs/README</filename>.</para>
-
<para>The ISO-9660 filesystem now has a hook that supports a
loadable character conversion routine. The
<filename role="package">sysutils/cd9660_unicode</filename>
@@ -2377,6 +2373,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
sizes to be printed with unit suffixes, such that the number of
digits printed is less than three. &merged;</para>
+ <para>The &man.ls.1; program now supports a <option>-m</option>
+ flag to list files across a page, a <option>-p</option> flag to
+ force printing of a <literal>/</literal> after directories, and
+ a <option>-x</option> flag to sort filenames across a
+ page.</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>
@@ -2757,6 +2759,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
of course, still available through the &man.printf.1;
executable).</para>
+ <para>&man.sh.1; now supports a <option>-C</option> option to
+ prevent existing regular files from being overwritten by output
+ redirection, and a <option>-u</option> to give an error if an
+ unset variable is expanded.</para>
+
<para>&man.sockstat.1; now has <option>-c</option> and
<option>-l</option> flags for listing connected and listening
sockets, respectively. &merged;</para>
@@ -2870,6 +2877,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting>
<para>&man.syslogd.8; now accepts a <option>-c</option> flag to
disable repeated line compression. &merged;</para>
+ <para>&man.tabs.1;, a utility to set terminal tab stops, has been
+ added.</para>
+
<para>&man.tail.1; now has the ability to work on files longer
than 2GB. &merged;</para>