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
A bug in FFS that could cause superblock corruption on
very large filesystems has been corrected. &merged;
- The Inode Filesystem (IFS) has been added; more
- information can be found in
- /usr/src/sys/ufs/ifs/README.
-
The ISO-9660 filesystem now has a hook that supports a
loadable character conversion routine. The
sysutils/cd9660_unicode
@@ -2377,6 +2373,12 @@ options HZ=1000 # not compulsory but strongly recommended
sizes to be printed with unit suffixes, such that the number of
digits printed is less than three. &merged;
+ The &man.ls.1; program now supports a
+ flag to list files across a page, a flag to
+ force printing of a / after directories, and
+ a flag to sort filenames across a
+ page.
+
&man.m4.1; now accepts a flag to cause
it to emit #line directives for use by
&man.cpp.1;. &merged;
@@ -2757,6 +2759,11 @@ options HZ=1000 # not compulsory but strongly recommended
of course, still available through the &man.printf.1;
executable).
+ &man.sh.1; now supports a option to
+ prevent existing regular files from being overwritten by output
+ redirection, and a to give an error if an
+ unset variable is expanded.
+
&man.sockstat.1; now has and
flags for listing connected and listening
sockets, respectively. &merged;
@@ -2870,6 +2877,9 @@ options HZ=1000 # not compulsory but strongly recommended
&man.syslogd.8; now accepts a flag to
disable repeated line compression. &merged;
+ &man.tabs.1;, a utility to set terminal tab stops, has been
+ added.
+
&man.tail.1; now has the ability to work on files longer
than 2GB. &merged;
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
A bug in FFS that could cause superblock corruption on
very large filesystems has been corrected. &merged;
- The Inode Filesystem (IFS) has been added; more
- information can be found in
- /usr/src/sys/ufs/ifs/README.
-
The ISO-9660 filesystem now has a hook that supports a
loadable character conversion routine. The
sysutils/cd9660_unicode
@@ -2377,6 +2373,12 @@ options HZ=1000 # not compulsory but strongly recommended
sizes to be printed with unit suffixes, such that the number of
digits printed is less than three. &merged;
+ The &man.ls.1; program now supports a
+ flag to list files across a page, a flag to
+ force printing of a / after directories, and
+ a flag to sort filenames across a
+ page.
+
&man.m4.1; now accepts a flag to cause
it to emit #line directives for use by
&man.cpp.1;. &merged;
@@ -2757,6 +2759,11 @@ options HZ=1000 # not compulsory but strongly recommended
of course, still available through the &man.printf.1;
executable).
+ &man.sh.1; now supports a option to
+ prevent existing regular files from being overwritten by output
+ redirection, and a to give an error if an
+ unset variable is expanded.
+
&man.sockstat.1; now has and
flags for listing connected and listening
sockets, respectively. &merged;
@@ -2870,6 +2877,9 @@ options HZ=1000 # not compulsory but strongly recommended
&man.syslogd.8; now accepts a flag to
disable repeated line compression. &merged;
+ &man.tabs.1;, a utility to set terminal tab stops, has been
+ added.
+
&man.tail.1; now has the ability to work on files longer
than 2GB. &merged;