mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[master] many minor doc improvements
Some rewording to be clear about difference of bind10 and b10-init. Remove some trailing whitespace. Say the resolver is experimental. Also introduce resolver. In manpages, improve various SEE ALSO. Fix a wrong man page reference. This was reviewed via jabber.
This commit is contained in:
parent
894e0ca1da
commit
be08a60798
@ -164,12 +164,12 @@
|
||||
|
||||
<para>
|
||||
At first, running many different processes may seem confusing.
|
||||
However, these processes are started, stopped, and maintained
|
||||
by a single command, <command>bind10</command>.
|
||||
This command starts a master process which will start other
|
||||
required processes and other processes when configured.
|
||||
The processes that may be started by the <command>bind10</command>
|
||||
command have names starting with "b10-", including:
|
||||
However, these processes are started by running a single
|
||||
command, <command>bind10</command>. This command starts
|
||||
a master process, <command>b10-init</command>, which will
|
||||
start other required processes and other processes when
|
||||
configured. The processes that may be started have names
|
||||
starting with "b10-", including:
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -225,6 +225,7 @@
|
||||
Recursive name server.
|
||||
This process handles incoming DNS queries and provides
|
||||
answers from its cache or by recursively doing remote lookups.
|
||||
(This is an experimental proof of concept.)
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
||||
@ -519,7 +520,7 @@ var/
|
||||
executables that a user wouldn't normally run directly and
|
||||
are not run independently.
|
||||
These are the BIND 10 modules which are daemons started by
|
||||
the <command>bind10</command> tool.
|
||||
the <command>b10-init</command> master process.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -826,16 +827,17 @@ as a dependency earlier -->
|
||||
<chapter id="bind10">
|
||||
<title>Starting BIND 10 with <command>bind10</command></title>
|
||||
<para>
|
||||
BIND 10 provides the <command>bind10</command> command which
|
||||
starts up the required processes.
|
||||
<command>bind10</command>
|
||||
BIND 10 is started with the <command>bind10</command> command.
|
||||
It runs the <command>b10-init</command> daemon which
|
||||
starts up the required processes, and
|
||||
will also restart some processes that exit unexpectedly.
|
||||
This is the only command needed to start the BIND 10 system.
|
||||
<command>bind10</command> is the only command needed to start
|
||||
the BIND 10 system.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
After starting the <command>b10-msgq</command> communications channel,
|
||||
<command>bind10</command> connects to it,
|
||||
<command>b10-init</command> connects to it,
|
||||
runs the configuration manager, and reads its own configuration.
|
||||
Then it starts the other modules.
|
||||
</para>
|
||||
@ -854,7 +856,7 @@ as a dependency earlier -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
In its default configuration, the <command>bind10</command>
|
||||
In its default configuration, the <command>b10-init</command>
|
||||
master process will also start up
|
||||
<command>b10-cmdctl</command> for administration tools to
|
||||
communicate with the system, and
|
||||
@ -1003,7 +1005,7 @@ through bindctl and friends
|
||||
<para>
|
||||
The configuration manager does not have any command line arguments.
|
||||
Normally it is not started manually, but is automatically
|
||||
started using the <command>bind10</command> master process
|
||||
started using the <command>b10-init</command> master process
|
||||
(as covered in <xref linkend="bind10"/>).
|
||||
</para>
|
||||
|
||||
@ -2077,7 +2079,7 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ]
|
||||
|
||||
<para>
|
||||
This chapter explains how to control and configure the
|
||||
<command>bind10</command> parent.
|
||||
<command>b10-init</command> parent.
|
||||
The startup of this resident process that runs the BIND 10
|
||||
daemons is covered in <xref linkend="bind10"/>.
|
||||
</para>
|
||||
@ -2086,7 +2088,7 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ]
|
||||
<title>Stopping bind10</title>
|
||||
<para>
|
||||
The BIND 10 suite may be shut down by stopping the
|
||||
parent <command>bind10</command> process. This may be done
|
||||
parent <command>b10-init</command> process. This may be done
|
||||
by running the <userinput>Init shutdown</userinput> command
|
||||
at the <command>bindctl</command> prompt.
|
||||
</para>
|
||||
@ -2097,7 +2099,7 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ]
|
||||
|
||||
<para>
|
||||
The processes to be used can be configured for
|
||||
<command>bind10</command> to start, with the exception
|
||||
<command>b10-init</command> to start, with the exception
|
||||
of the required <command>b10-sockcreator</command>,
|
||||
<command>b10-msgq</command> and <command>b10-cfgmgr</command>
|
||||
components.
|
||||
@ -2154,7 +2156,7 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ]
|
||||
<quote>dispensable</quote> (the default unless you set
|
||||
something else), it will get started again if it fails. If
|
||||
it is set to <quote>needed</quote> and it fails at startup,
|
||||
the whole <command>bind10</command> shuts down and exits
|
||||
the whole <command>b10-init</command> shuts down and exits
|
||||
with an error exit code. But if it fails some time later, it
|
||||
is just started again. If you set it to <quote>core</quote>,
|
||||
you indicate that the system is not usable without the
|
||||
@ -2243,7 +2245,7 @@ address, but the usual ones don't." mean? -->
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The running processes started by <command>bind10</command>
|
||||
The running processes started by <command>b10-init</command>
|
||||
may be listed by running <userinput>Init show_processes</userinput>
|
||||
using <command>bindctl</command>.
|
||||
</para>
|
||||
@ -2258,7 +2260,7 @@ address, but the usual ones don't." mean? -->
|
||||
The <command>b10-auth</command> is the authoritative DNS server.
|
||||
It supports EDNS0, DNSSEC, IPv6, and SQLite3 and in-memory zone
|
||||
data backends.
|
||||
Normally it is started by the <command>bind10</command> master
|
||||
Normally it is started by the <command>b10-init</command> master
|
||||
process.
|
||||
</para>
|
||||
|
||||
@ -2675,7 +2677,7 @@ TODO
|
||||
|
||||
<para>
|
||||
Incoming zones are transferred using the <command>b10-xfrin</command>
|
||||
process which is started by <command>bind10</command>.
|
||||
process which is started by <command>b10-init</command>.
|
||||
When received, the zone is stored in the corresponding BIND 10
|
||||
data source, and its records can be served by
|
||||
<command>b10-auth</command>.
|
||||
@ -2770,7 +2772,7 @@ what if a NOTIFY is sent?
|
||||
|
||||
<para>
|
||||
The <command>b10-zonemgr</command> process is started by
|
||||
<command>bind10</command>.
|
||||
<command>b10-init</command>.
|
||||
It keeps track of SOA refresh, retry, and expire timers
|
||||
and other details for BIND 10 to perform as a slave.
|
||||
When the <command>b10-auth</command> authoritative DNS server
|
||||
@ -2849,7 +2851,7 @@ http://bind10.isc.org/wiki/ScalableZoneLoadDesign#a7.2UpdatingaZone
|
||||
<title>Outbound Zone Transfers</title>
|
||||
<para>
|
||||
The <command>b10-xfrout</command> process is started by
|
||||
<command>bind10</command>.
|
||||
<command>b10-init</command>.
|
||||
When the <command>b10-auth</command> authoritative DNS server
|
||||
receives an AXFR or IXFR request, <command>b10-auth</command>
|
||||
internally forwards the request to <command>b10-xfrout</command>,
|
||||
@ -2915,7 +2917,7 @@ what is XfroutClient xfr_client??
|
||||
BIND 10 supports the server side of the Dynamic DNS Update
|
||||
(DDNS) protocol as defined in RFC 2136.
|
||||
This service is provided by the <command>b10-ddns</command>
|
||||
component, which is started by the <command>bind10</command>
|
||||
component, which is started by the <command>b10-init</command>
|
||||
process if configured so.
|
||||
</para>
|
||||
|
||||
@ -3197,9 +3199,15 @@ what is XfroutClient xfr_client??
|
||||
<chapter id="resolverserver">
|
||||
<title>Recursive Name Server</title>
|
||||
|
||||
<note><simpara>
|
||||
The <command>b10-resolver</command> is an experimental proof
|
||||
of concept.
|
||||
</simpara></note>
|
||||
|
||||
<para>
|
||||
The <command>b10-resolver</command> process is started by
|
||||
<command>bind10</command>.
|
||||
The <command>b10-resolver</command> daemon provides an
|
||||
iterative caching and forwarding DNS server.
|
||||
The process is started by <command>b10-init</command>.
|
||||
<!-- TODO
|
||||
It provides a resolver so DNS clients can ask it to do recursion
|
||||
and it will return answers.
|
||||
@ -3207,7 +3215,7 @@ what is XfroutClient xfr_client??
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The main <command>bind10</command> process can be configured
|
||||
The main <command>b10-init</command> process can be configured
|
||||
to select to run either the authoritative or resolver or both.
|
||||
By default, it doesn't start either one. You may change this using
|
||||
<command>bindctl</command>, for example:
|
||||
@ -3223,7 +3231,7 @@ what is XfroutClient xfr_client??
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The master <command>bind10</command> will stop and start
|
||||
The master <command>b10-init</command> process will stop and start
|
||||
the desired services.
|
||||
</para>
|
||||
|
||||
@ -3983,9 +3991,9 @@ Dhcp4/subnet4 [] list (default)
|
||||
created by default if the standard option is meant to convey any
|
||||
sub-options (see <xref linkend="dhcp4-vendor-opts"/>).
|
||||
</para>
|
||||
<para>
|
||||
<para>
|
||||
Assume that we want to have a DHCPv4 option called "container" with
|
||||
code 222 that conveys two sub-options with codes 1 and 2.
|
||||
code 222 that conveys two sub-options with codes 1 and 2.
|
||||
First we need to define the new sub-options:
|
||||
<screen>
|
||||
> <userinput>config add Dhcp4/option-def</userinput>
|
||||
@ -4697,7 +4705,7 @@ Dhcp6/subnet6/ list
|
||||
</para>
|
||||
<para>
|
||||
Assume that we want to have a DHCPv6 option called "container"
|
||||
with code 102 that conveys two sub-options with codes 1 and 2.
|
||||
with code 102 that conveys two sub-options with codes 1 and 2.
|
||||
First we need to define the new sub-options:
|
||||
<screen>
|
||||
> <userinput>config add Dhcp6/option-def</userinput>
|
||||
@ -4968,7 +4976,7 @@ Dhcp6/renew-timer 1000 integer (default)
|
||||
|
||||
<para>
|
||||
The <command>b10-stats</command> process is started by
|
||||
<command>bind10</command>.
|
||||
<command>b10-init</command>.
|
||||
It periodically collects statistics data from various modules
|
||||
and aggregates it.
|
||||
<!-- TODO -->
|
||||
|
@ -271,6 +271,9 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-ddns</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-loadzone</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -457,6 +457,9 @@ xfrin
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bindctl</refentrytitle><manvolnum>1</manvolnum>
|
||||
</citerefentry>,
|
||||
@ -484,6 +487,9 @@ xfrin
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-stats</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-stats-httpd</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citetitle>BIND 10 Guide</citetitle>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -304,9 +304,6 @@ configuration location.
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
@ -314,7 +311,7 @@ configuration location.
|
||||
<refentrytitle>b10-cmdctl</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-xfrin</refentrytitle><manvolnum>8</manvolnum>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
|
@ -65,7 +65,7 @@
|
||||
The <command>bindctl</command> can be used to talk to this
|
||||
configuration manager via a <command>b10-cmdctl</command> connection.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- TODO: briefly explain why both msqg channel and cmdctl communication -->
|
||||
<para>
|
||||
This daemon communicates over a <command>b10-msgq</command> C-Channel
|
||||
@ -148,7 +148,13 @@
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
<refentrytitle>b10-cmdctl</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>.
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -172,6 +172,9 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cmdctl</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bindctl</refentrytitle><manvolnum>1</manvolnum>
|
||||
</citerefentry>,
|
||||
<citetitle>BIND 10 Guide</citetitle>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -208,6 +208,9 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -170,6 +170,9 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -78,6 +78,9 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>.
|
||||
|
@ -78,6 +78,9 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>.
|
||||
|
@ -69,7 +69,7 @@
|
||||
|
||||
<listitem><para>
|
||||
<command>getlname</command>
|
||||
— receive local name.
|
||||
— receive local name.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
@ -133,6 +133,9 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -56,6 +56,11 @@
|
||||
process.
|
||||
</para>
|
||||
|
||||
<note><simpara>
|
||||
The <command>b10-resolver</command> is an experimental proof
|
||||
of concept.
|
||||
</simpara></note>
|
||||
|
||||
<para>
|
||||
This daemon communicates with other BIND 10 components over a
|
||||
<citerefentry><refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum></citerefentry>
|
||||
@ -227,7 +232,7 @@ once that is merged you can for instance do 'config add Resolver/forward_address
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cmdctl</refentrytitle><manvolnum>8</manvolnum>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
|
@ -53,7 +53,7 @@
|
||||
The <command>b10-sockcreator</command> daemon's entire job
|
||||
is to create sockets and assign names to them.
|
||||
It is started by
|
||||
<citerefentry><refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum></citerefentry>
|
||||
<citerefentry><refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum></citerefentry>
|
||||
and communicates with it.
|
||||
The new socket is sent over a file descriptor.
|
||||
</para>
|
||||
@ -70,6 +70,9 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -151,7 +151,7 @@
|
||||
is http://127.0.0.1:8000/bind10/statistics/xml. And also IPv6
|
||||
addresses can be configured and they works in the runtime
|
||||
environment for dual stack. You can change the settings
|
||||
through <refentrytitle>bindctl</refentrytitle><manvolnum>8</manvolnum>.
|
||||
through <refentrytitle>bindctl</refentrytitle><manvolnum>1</manvolnum>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -188,13 +188,16 @@
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-stats</refentrytitle><manvolnum>8</manvolnum>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
<refentrytitle>b10-stats</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
|
||||
|
@ -222,6 +222,9 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-stats-httpd</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
@ -231,9 +234,6 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>bindctl</refentrytitle><manvolnum>1</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citetitle>BIND 10 Guide</citetitle>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
@ -245,6 +245,9 @@ operation
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -250,6 +250,9 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
@ -242,6 +242,9 @@
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-init</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
|
||||
</citerefentry>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user