summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-11-26 06:00:28 +0000
committerbmah <bmah@FreeBSD.org>2001-11-26 06:00:28 +0000
commit2b045cf17cbd48e2ba0c6482211c75ebf2241026 (patch)
treead6134015b399b28ef21429286cbec1aca5d45d9 /release
parentac5e22d17232ec87ffdc5dc6b980a5e76ff5b997 (diff)
downloadFreeBSD-src-2b045cf17cbd48e2ba0c6482211c75ebf2241026.zip
FreeBSD-src-2b045cf17cbd48e2ba0c6482211c75ebf2241026.tar.gz
New release note: sh(1) now implements test as a built-in command, also
no longer has printf as a built-in. Submitted by: knu
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml7
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml7
2 files changed, 14 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index e9d7d6a..a63829c 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -1952,6 +1952,13 @@
<filename>libutil</filename> to
<filename>libc</filename>. &merged;</para>
+ <para>&man.sh.1; now implements <command>test</command> as a
+ built-in command for improved efficiency. &man.sh.1; no longer
+ implements <command>printf</command> as a built-in command because
+ it was considered less valuable compared to the other built-in
+ commands (this functionality is, of course, still available
+ through the &man.printf.1; executable).</para>
+
<para>&man.sockstat.1; now has <option>-c</option> and
<option>-l</option> flags for listing connected and listening
sockets, respectively. &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 e9d7d6a..a63829c 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -1952,6 +1952,13 @@
<filename>libutil</filename> to
<filename>libc</filename>. &merged;</para>
+ <para>&man.sh.1; now implements <command>test</command> as a
+ built-in command for improved efficiency. &man.sh.1; no longer
+ implements <command>printf</command> as a built-in command because
+ it was considered less valuable compared to the other built-in
+ commands (this functionality is, of course, still available
+ through the &man.printf.1; executable).</para>
+
<para>&man.sockstat.1; now has <option>-c</option> and
<option>-l</option> flags for listing connected and listening
sockets, respectively. &merged;</para>
OpenPOWER on IntegriCloud