man: directly use 'refentry'

And make Lennart happy! :)
This commit is contained in:
Kay Sievers 2010-05-24 17:00:15 +02:00
parent c2d5139bfc
commit 63749b1a5f
4 changed files with 1172 additions and 1184 deletions

View file

@ -156,7 +156,7 @@ EXTRA_DIST += \
udev/udevd.xml
%.7 %.8 : %.xml
$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
$(AM_V_GEN)$(XSLTPROC) -o $@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
# ------------------------------------------------------------------------------
# udev tests

View file

@ -1,11 +1,9 @@
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<section>
<title>udev</title>
<refentry>
<refentry id="udev">
<refentryinfo>
<title>udev</title>
<productname>udev</productname>
@ -21,7 +19,7 @@
<refpurpose>Linux dynamic device management</refpurpose>
</refnamediv>
<refsect1><title>DESCRIPTION</title>
<refsect1><title>Description</title>
<para>udev supplies the system software with device events, manages permissions
of device nodes and may create additional symlinks in the <filename>/dev</filename>
directory, or renames network interfaces. The kernel usually just assigns unpredictable
@ -42,7 +40,7 @@
sources are provided by the library libudev.</para>
</refsect1>
<refsect1><title>CONFIGURATION</title>
<refsect1><title>Configuration</title>
<para>udev configuration files are placed in <filename>/etc/udev/</filename>
and <filename>/lib/udev/</filename>. All empty lines, or lines beginning with
'#' will be ignored.</para>
@ -657,14 +655,14 @@
</refsect2>
</refsect1>
<refsect1><title>AUTHOR</title>
<refsect1><title>Author</title>
<para>Written by Greg Kroah-Hartman <email>greg@kroah.com</email> and
Kay Sievers <email>kay.sievers@vrfy.org</email>. With much help from
Dan Stekloff and many others.</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<title>See Also</title>
<para><citerefentry>
<refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
</citerefentry>,
@ -672,6 +670,4 @@
<refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum>
</citerefentry></para>
</refsect1>
</refentry>
</section>
</article>
</refentry>

View file

@ -1,11 +1,9 @@
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<section>
<title>udevadm</title>
<refentry>
<refentry id="udevadm">
<refentryinfo>
<title>udevadm</title>
<productname>udev</productname>
@ -48,7 +46,7 @@
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>DESCRIPTION</title>
<refsect1><title>Description</title>
<para>udevadm expects a command and command specific options. It
controls the runtime behavior of udev, requests kernel events,
manages the event queue, and provides simple debugging mechanisms.</para>
@ -402,12 +400,12 @@
</refsect2>
</refsect1>
<refsect1><title>AUTHOR</title>
<refsect1><title>Author</title>
<para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<title>See Also</title>
<para><citerefentry>
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
</citerefentry>
@ -415,6 +413,4 @@
<refentrytitle>udevd</refentrytitle><manvolnum>8</manvolnum>
</citerefentry></para>
</refsect1>
</refentry>
</section>
</article>
</refentry>

View file

@ -1,11 +1,9 @@
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<section>
<title>udevd</title>
<refentry>
<refentry id="udevd">
<refentryinfo>
<title>udevd</title>
<productname>udev</productname>
@ -33,7 +31,7 @@
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>DESCRIPTION</title>
<refsect1><title>Description</title>
<para>udevd listens to kernel uevents and passes the incoming events to
udev. It ensures the correct event order and takes care, that events for child
devices are delayed until the parent event has finished the device handling.
@ -41,7 +39,7 @@
<command>udevadm control</command>.</para>
</refsect1>
<refsect1><title>OPTIONS</title>
<refsect1><title>Options</title>
<variablelist>
<varlistentry>
<term><option>--daemon</option></term>
@ -90,7 +88,7 @@
</variablelist>
</refsect1>
<refsect1><title>ENVIRONMENT</title>
<refsect1><title>Environment</title>
<variablelist>
<varlistentry>
<term><option>UDEV_LOG</option></term>
@ -101,12 +99,12 @@
</variablelist>
</refsect1>
<refsect1><title>AUTHOR</title>
<refsect1><title>Author</title>
<para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<title>See Also</title>
<para><citerefentry>
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
</citerefentry>,
@ -114,6 +112,4 @@
<refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum>
</citerefentry></para>
</refsect1>
</refentry>
</section>
</article>
</refentry>