summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-10-13 00:33:40 +0000
committerbmah <bmah@FreeBSD.org>2001-10-13 00:33:40 +0000
commite1b5783e1ed33b5855dd4beb60fda0b5731e34f5 (patch)
tree73d27769ed5e586ff63bc84a17ffa212c8ee062c /release
parent6323844d2c5c0697037f495f7d9f2a3d5919727e (diff)
downloadFreeBSD-src-e1b5783e1ed33b5855dd4beb60fda0b5731e34f5.zip
FreeBSD-src-e1b5783e1ed33b5855dd4beb60fda0b5731e34f5.tar.gz
New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),
sysinstall(8) can load KLDs. Minor markup additions.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml15
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml15
2 files changed, 24 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index d0d867e..91087fb 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -1243,6 +1243,9 @@
directive. See the commented-out examples in
<filename>/etc/apmd.conf</filename> for the syntax. &merged;</para>
+ <para>&man.arp.8; now prints the applicable interface name for
+ each ARP entry.</para>
+
<para>&man.atacontrol.8; has been added to control various aspects
of the &man.ata.4; driver.</para>
@@ -1693,12 +1696,12 @@
change leads to better &man.fsck.8; performance and reduced
fragmentation. &merged;</para>
- <para>NFS now works over IPv6.</para>
+ <para><application>NFS</application> now works over IPv6.</para>
<para>&man.nl.1;, a line numbering filter program, has been
added. &merged;</para>
- <para>nsswitch support has been merged from NetBSD. By creating
+ <para><application>nsswitch</application> support has been merged from NetBSD. By creating
an &man.nsswitch.conf.5; file, &os; can be configured so that
various databases such as &man.passwd.5; and &man.group.5; can be
looked up using flat files, NIS, or Hesiod. The old
@@ -1797,7 +1800,7 @@
<para>The performance of the ELF dynamic linker &man.rtld.1; has
been improved. &merged;</para>
- <para>RSA Security has waived all patent rights to the RSA
+ <para>RSA Security has waived all patent rights to the <application>RSA</application>
algorithm. As a
result, the native <application>OpenSSL</application>
implementation of the RSA algorithm is now activated by default,
@@ -1836,6 +1839,9 @@
<literal>struct selinfo</literal> and related functions have been
moved to <filename>&lt;sys/selinfo.h&gt;</filename>.</para>
+ <para>The &man.strnstr.3; and &man.strcasestr.3; variants of
+ &man.strstr.3; have been implemented.</para>
+
<para>&man.stty.1; now has support for an
<literal>erase2</literal> control character, so that, for example,
both the <keycap>Delete</keycap> and <keycap>Backspace</keycap>
@@ -1872,6 +1878,9 @@
which simplifies the installation process. The &man.sysinstall.8;
manpage is also installed in a more consistent fashion now.</para>
+ <para>&man.sysinstall.8; now has the ability to load KLDs as a
+ part of the installation.</para>
+
<para>&man.syslogd.8; can take a <option>-n</option> option to
disable DNS queries for every request. &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 d0d867e..91087fb 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -1243,6 +1243,9 @@
directive. See the commented-out examples in
<filename>/etc/apmd.conf</filename> for the syntax. &merged;</para>
+ <para>&man.arp.8; now prints the applicable interface name for
+ each ARP entry.</para>
+
<para>&man.atacontrol.8; has been added to control various aspects
of the &man.ata.4; driver.</para>
@@ -1693,12 +1696,12 @@
change leads to better &man.fsck.8; performance and reduced
fragmentation. &merged;</para>
- <para>NFS now works over IPv6.</para>
+ <para><application>NFS</application> now works over IPv6.</para>
<para>&man.nl.1;, a line numbering filter program, has been
added. &merged;</para>
- <para>nsswitch support has been merged from NetBSD. By creating
+ <para><application>nsswitch</application> support has been merged from NetBSD. By creating
an &man.nsswitch.conf.5; file, &os; can be configured so that
various databases such as &man.passwd.5; and &man.group.5; can be
looked up using flat files, NIS, or Hesiod. The old
@@ -1797,7 +1800,7 @@
<para>The performance of the ELF dynamic linker &man.rtld.1; has
been improved. &merged;</para>
- <para>RSA Security has waived all patent rights to the RSA
+ <para>RSA Security has waived all patent rights to the <application>RSA</application>
algorithm. As a
result, the native <application>OpenSSL</application>
implementation of the RSA algorithm is now activated by default,
@@ -1836,6 +1839,9 @@
<literal>struct selinfo</literal> and related functions have been
moved to <filename>&lt;sys/selinfo.h&gt;</filename>.</para>
+ <para>The &man.strnstr.3; and &man.strcasestr.3; variants of
+ &man.strstr.3; have been implemented.</para>
+
<para>&man.stty.1; now has support for an
<literal>erase2</literal> control character, so that, for example,
both the <keycap>Delete</keycap> and <keycap>Backspace</keycap>
@@ -1872,6 +1878,9 @@
which simplifies the installation process. The &man.sysinstall.8;
manpage is also installed in a more consistent fashion now.</para>
+ <para>&man.sysinstall.8; now has the ability to load KLDs as a
+ part of the installation.</para>
+
<para>&man.syslogd.8; can take a <option>-n</option> option to
disable DNS queries for every request. &merged;</para>
OpenPOWER on IntegriCloud