diff options
author | bmah <bmah@FreeBSD.org> | 2004-02-28 18:42:03 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2004-02-28 18:42:03 +0000 |
commit | 8ecc6d65a1fade4473a04bc8745dee09a9edeaa3 (patch) | |
tree | 718572f4cff3ce514bfe055fae5d80a8cd0fe8e1 /release | |
parent | b5cdc99a73f6d4808c655f51d96cdaaaf5bdf0d7 (diff) | |
download | FreeBSD-src-8ecc6d65a1fade4473a04bc8745dee09a9edeaa3.zip FreeBSD-src-8ecc6d65a1fade4473a04bc8745dee09a9edeaa3.tar.gz |
Sorting fix: Put resolver(3) and killall(1) in the correct sorting
order in the userland section.
No other content changes.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 16 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 5eae20c..9b814ba 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -354,10 +354,6 @@ <sect2 id="userland"> <title>Userland Changes</title> - <para>The configuration files used by the &man.resolver.3; now - support the <literal>timeout:</literal> and - <literal>attempts:</literal> keywords.</para> - <para>&man.indent.1; now supports a <option>-ldi</option> option to control indentation of local variables. A number of other tunings were made to this utility.</para> @@ -372,6 +368,10 @@ print only the action and comment for each rule, thus omitting the rule body.</para> + <para>&man.killall.1; now supports a <option>-e</option> flag to + make the <option>-u</option> operate on effective, rather than + real, user ids. &merged;</para> + <para>&man.libalias.3; now has support (and a new API) for multiple aliasing instances in a single process. The existing API has been reimplemented in terms of the new one to preserve @@ -412,10 +412,6 @@ </note> <para> - <para>&man.killall.1; now supports a <option>-e</option> flag to - make the <option>-u</option> operate on effective, rather than - real, user ids. &merged;</para> - <para>&man.newfs.8; and &man.mdmfs.8; now support a <option>-l</option> flag to enable them to set the MAC multilabel flag on new filesystems without requiring the use of @@ -429,6 +425,10 @@ <para>&man.pw.8; now supports a <option>-H</option> option, which accepts an encrypted password on a file descriptor. &merged;</para> + <para>The configuration files used by the &man.resolver.3; now + support the <literal>timeout:</literal> and + <literal>attempts:</literal> keywords.</para> + <para>The &man.resolver.3; and associated interfaces are now much more reentrant and thread-safe. Multiple DNS lookups can now be run at the same time, showing major improvements in the 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 5eae20c..9b814ba 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -354,10 +354,6 @@ <sect2 id="userland"> <title>Userland Changes</title> - <para>The configuration files used by the &man.resolver.3; now - support the <literal>timeout:</literal> and - <literal>attempts:</literal> keywords.</para> - <para>&man.indent.1; now supports a <option>-ldi</option> option to control indentation of local variables. A number of other tunings were made to this utility.</para> @@ -372,6 +368,10 @@ print only the action and comment for each rule, thus omitting the rule body.</para> + <para>&man.killall.1; now supports a <option>-e</option> flag to + make the <option>-u</option> operate on effective, rather than + real, user ids. &merged;</para> + <para>&man.libalias.3; now has support (and a new API) for multiple aliasing instances in a single process. The existing API has been reimplemented in terms of the new one to preserve @@ -412,10 +412,6 @@ </note> <para> - <para>&man.killall.1; now supports a <option>-e</option> flag to - make the <option>-u</option> operate on effective, rather than - real, user ids. &merged;</para> - <para>&man.newfs.8; and &man.mdmfs.8; now support a <option>-l</option> flag to enable them to set the MAC multilabel flag on new filesystems without requiring the use of @@ -429,6 +425,10 @@ <para>&man.pw.8; now supports a <option>-H</option> option, which accepts an encrypted password on a file descriptor. &merged;</para> + <para>The configuration files used by the &man.resolver.3; now + support the <literal>timeout:</literal> and + <literal>attempts:</literal> keywords.</para> + <para>The &man.resolver.3; and associated interfaces are now much more reentrant and thread-safe. Multiple DNS lookups can now be run at the same time, showing major improvements in the |