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
This commit is contained in:
Bruce A. Mah 2001-11-26 06:00:28 +00:00
parent 72905c7ec4
commit 1c8653816e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86905
2 changed files with 14 additions and 0 deletions

View File

@ -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>

View File

@ -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>