Add missing end-tags.

Submitted by:	Martin Karlsson <mk-freebsd@bredband.net>
PR:		docs/54868
This commit is contained in:
Hideyuki KURASHINA 2003-07-25 21:07:42 +00:00
parent 52e3c657db
commit e43017f9ba
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17678
10 changed files with 20 additions and 8 deletions
en_US.ISO8859-1/books

View file

@ -550,6 +550,7 @@ NON_GPROF_ENTRY(btext)</programlisting>
<entry>This function allocates and fills out a Page Table <entry>This function allocates and fills out a Page Table
Directory at the top of the kernel memory area.</entry> Directory at the top of the kernel memory area.</entry>
</row> </row>
</tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>

View file

@ -70,7 +70,7 @@
<para>In <filename>jail.c</filename>, the first thing I would <para>In <filename>jail.c</filename>, the first thing I would
note is the declaration of an important structure note is the declaration of an important structure
<literal>struct jail j</literal>; which was included from <literal>struct jail j</literal>; which was included from
<filename>/usr/include/sys/jail.h</filename>. <filename>/usr/include/sys/jail.h</filename>.</para>
<para>The definition of the jail structure is:</para> <para>The definition of the jail structure is:</para>
@ -126,7 +126,7 @@ j.ip_number = ntohl(in.s.addr);</programlisting>
<para>Finally, the userland program jails the process, and <para>Finally, the userland program jails the process, and
executes the command specified. Jail now becomes an executes the command specified. Jail now becomes an
imprisoned process itself and forks a child process which imprisoned process itself and forks a child process which
then executes the command given using &man.execv.3; then executes the command given using &man.execv.3;</para>
<programlisting><filename>/usr/src/sys/usr.sbin/jail/jail.c</filename> <programlisting><filename>/usr/src/sys/usr.sbin/jail/jail.c</filename>
i = jail(<![CDATA[&j]]>); i = jail(<![CDATA[&j]]>);

View file

@ -941,6 +941,7 @@
<row> <row>
<entry><parameter>label</parameter></entry> <entry><parameter>label</parameter></entry>
<entry>Policy label to initialize</entry> <entry>Policy label to initialize</entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>
@ -1051,6 +1052,7 @@
<entry>Label to be filled in</entry> <entry>Label to be filled in</entry>
</row> </row>
</tbody> </tbody>
</tgroup>
</informaltable> </informaltable>
<para>Initialize a label for a newly instantiated pipe.</para> <para>Initialize a label for a newly instantiated pipe.</para>
@ -1439,7 +1441,7 @@
<row> <row>
<entry><parameter>fslabel</parameter></entry> <entry><parameter>fslabel</parameter></entry>
<entry>File system label being destroyed> <entry>File system label being destroyed></entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>

View file

@ -259,7 +259,7 @@
management (<emphasis><literal>alloc_resource</literal></emphasis>, management (<emphasis><literal>alloc_resource</literal></emphasis>,
<emphasis><literal>activate_resource</literal></emphasis>, <emphasis><literal>activate_resource</literal></emphasis>,
<emphasis><literal>deactivate_resource</literal></emphasis>, <emphasis><literal>deactivate_resource</literal></emphasis>,
<emphasis><literal>release_resource</literal></emphasis>). <emphasis><literal>release_resource</literal></emphasis>).</para>
<para>Many methods in the <quote>bus</quote> interface are performing <para>Many methods in the <quote>bus</quote> interface are performing
services for some child of the bus device. These methods would normally services for some child of the bus device. These methods would normally

View file

@ -36,6 +36,7 @@
<emphasis>Voxware</emphasis> interface, allowing common <emphasis>Voxware</emphasis> interface, allowing common
multimedia applications to be ported without multimedia applications to be ported without
modification.</para> modification.</para>
</listitem>
<listitem> <listitem>
<para>Common code for processing sound data (format <para>Common code for processing sound data (format
conversions, virtual channels).</para> conversions, virtual channels).</para>
@ -277,6 +278,8 @@
</itemizedlist> </itemizedlist>
</sect3>
<sect3 id="xxxchannel-init"> <sect3 id="xxxchannel-init">
<title>channel_init</title> <title>channel_init</title>

View file

@ -550,6 +550,7 @@ NON_GPROF_ENTRY(btext)</programlisting>
<entry>This function allocates and fills out a Page Table <entry>This function allocates and fills out a Page Table
Directory at the top of the kernel memory area.</entry> Directory at the top of the kernel memory area.</entry>
</row> </row>
</tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>

View file

@ -70,7 +70,7 @@
<para>In <filename>jail.c</filename>, the first thing I would <para>In <filename>jail.c</filename>, the first thing I would
note is the declaration of an important structure note is the declaration of an important structure
<literal>struct jail j</literal>; which was included from <literal>struct jail j</literal>; which was included from
<filename>/usr/include/sys/jail.h</filename>. <filename>/usr/include/sys/jail.h</filename>.</para>
<para>The definition of the jail structure is:</para> <para>The definition of the jail structure is:</para>
@ -126,7 +126,7 @@ j.ip_number = ntohl(in.s.addr);</programlisting>
<para>Finally, the userland program jails the process, and <para>Finally, the userland program jails the process, and
executes the command specified. Jail now becomes an executes the command specified. Jail now becomes an
imprisoned process itself and forks a child process which imprisoned process itself and forks a child process which
then executes the command given using &man.execv.3; then executes the command given using &man.execv.3;</para>
<programlisting><filename>/usr/src/sys/usr.sbin/jail/jail.c</filename> <programlisting><filename>/usr/src/sys/usr.sbin/jail/jail.c</filename>
i = jail(<![CDATA[&j]]>); i = jail(<![CDATA[&j]]>);

View file

@ -941,6 +941,7 @@
<row> <row>
<entry><parameter>label</parameter></entry> <entry><parameter>label</parameter></entry>
<entry>Policy label to initialize</entry> <entry>Policy label to initialize</entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>
@ -1051,6 +1052,7 @@
<entry>Label to be filled in</entry> <entry>Label to be filled in</entry>
</row> </row>
</tbody> </tbody>
</tgroup>
</informaltable> </informaltable>
<para>Initialize a label for a newly instantiated pipe.</para> <para>Initialize a label for a newly instantiated pipe.</para>
@ -1439,7 +1441,7 @@
<row> <row>
<entry><parameter>fslabel</parameter></entry> <entry><parameter>fslabel</parameter></entry>
<entry>File system label being destroyed> <entry>File system label being destroyed></entry>
</row> </row>
</tbody> </tbody>
</tgroup> </tgroup>

View file

@ -259,7 +259,7 @@
management (<emphasis><literal>alloc_resource</literal></emphasis>, management (<emphasis><literal>alloc_resource</literal></emphasis>,
<emphasis><literal>activate_resource</literal></emphasis>, <emphasis><literal>activate_resource</literal></emphasis>,
<emphasis><literal>deactivate_resource</literal></emphasis>, <emphasis><literal>deactivate_resource</literal></emphasis>,
<emphasis><literal>release_resource</literal></emphasis>). <emphasis><literal>release_resource</literal></emphasis>).</para>
<para>Many methods in the <quote>bus</quote> interface are performing <para>Many methods in the <quote>bus</quote> interface are performing
services for some child of the bus device. These methods would normally services for some child of the bus device. These methods would normally

View file

@ -36,6 +36,7 @@
<emphasis>Voxware</emphasis> interface, allowing common <emphasis>Voxware</emphasis> interface, allowing common
multimedia applications to be ported without multimedia applications to be ported without
modification.</para> modification.</para>
</listitem>
<listitem> <listitem>
<para>Common code for processing sound data (format <para>Common code for processing sound data (format
conversions, virtual channels).</para> conversions, virtual channels).</para>
@ -277,6 +278,8 @@
</itemizedlist> </itemizedlist>
</sect3>
<sect3 id="xxxchannel-init"> <sect3 id="xxxchannel-init">
<title>channel_init</title> <title>channel_init</title>