Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
8ca0f76d
Commit
8ca0f76d
authored
Aug 31, 2012
by
Jeremy C. Reed
Browse files
[1687] add missing man page
This has not been reviewed. Let's consider it a stub for now.
parent
4cae7621
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/sockcreator/b10-sockcreator.xml
0 → 100644
View file @
8ca0f76d
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2012 Internet Systems Consortium, Inc. ("ISC")
-
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
-
- THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
-->
<refentry>
<refentryinfo>
<date>
February 28, 2012
</date>
</refentryinfo>
<refmeta>
<refentrytitle>
b10-sockcreator
</refentrytitle>
<manvolnum>
8
</manvolnum>
<refmiscinfo>
BIND10
</refmiscinfo>
</refmeta>
<refnamediv>
<refname>
b10-sockcreator
</refname>
<refpurpose>
socket creation daemon
</refpurpose>
</refnamediv>
<docinfo>
<copyright>
<year>
2012
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</docinfo>
<refsynopsisdiv>
<cmdsynopsis>
<command>
b10-sockcreator
</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>
DESCRIPTION
</title>
<para>
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>
and communicates with it.
The new socket is sent over a file descriptor.
</para>
<!-- TODO: integrate README here -->
<para>
The
<command>
b10-sockcreator
</command>
daemon will exit
if there is an unrecoverable error or unknown command.
</para>
</refsect1>
<refsect1>
<title>
SEE ALSO
</title>
<para>
<citerefentry>
<refentrytitle>
bind10
</refentrytitle><manvolnum>
8
</manvolnum>
</citerefentry>
,
<citetitle>
BIND 10 Guide
</citetitle>
.
</para>
<!-- TODO: point to developer docs -->
</refsect1>
<refsect1>
<title>
AUTHORS
</title>
<para>
The
<command>
b10-sockcreator
</command>
daemon
was initially designed by Michal Vaner of CZNIC.
</para>
</refsect1>
</refentry>
<!--
- Local variables:
- mode: sgml
- End:
-->
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment