Sorting fix: Put resolver(3) and killall(1) in the correct sorting
order in the userland section. No other content changes.
This commit is contained in:
parent
cbfa8f7f78
commit
a897acab84
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user