diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index df83dcd7a757..ad3404a5acf4 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -323,6 +323,9 @@
provide access to the system monitoring functions of the AMD 756
chipset.
+ The kernel is now aware of the concept that there are
+ smaller units of scheduling than a process (but only one thread
+ per process is allowed at this time).
@@ -1852,6 +1855,10 @@
&man.cat.1; now has the ability to read from UNIX-domain
sockets. &merged;
+ The &man.groups.1; and &man.whoami.1; shell scripts are now
+ unnecessary; their functionality has been completely folded into
+ &man.id.1;.
+
Contributed Software
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 df83dcd7a757..ad3404a5acf4 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -323,6 +323,9 @@
provide access to the system monitoring functions of the AMD 756
chipset.
+ The kernel is now aware of the concept that there are
+ smaller units of scheduling than a process (but only one thread
+ per process is allowed at this time).
@@ -1852,6 +1855,10 @@
&man.cat.1; now has the ability to read from UNIX-domain
sockets. &merged;
+ The &man.groups.1; and &man.whoami.1; shell scripts are now
+ unnecessary; their functionality has been completely folded into
+ &man.id.1;.
+
Contributed Software