Add missing end-tags.
Submitted by: Martin Karlsson <mk-freebsd@bredband.net> PR: docs/54868
This commit is contained in:
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
arch-handbook
developers-handbook
|
@ -550,6 +550,7 @@ NON_GPROF_ENTRY(btext)</programlisting>
|
|||
<entry>This function allocates and fills out a Page Table
|
||||
Directory at the top of the kernel memory area.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<para>In <filename>jail.c</filename>, the first thing I would
|
||||
note is the declaration of an important structure
|
||||
<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>
|
||||
|
||||
|
@ -126,7 +126,7 @@ j.ip_number = ntohl(in.s.addr);</programlisting>
|
|||
<para>Finally, the userland program jails the process, and
|
||||
executes the command specified. Jail now becomes an
|
||||
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>
|
||||
i = jail(<![CDATA[&j]]>);
|
||||
|
|
|
@ -941,6 +941,7 @@
|
|||
<row>
|
||||
<entry><parameter>label</parameter></entry>
|
||||
<entry>Policy label to initialize</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
@ -1051,6 +1052,7 @@
|
|||
<entry>Label to be filled in</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>Initialize a label for a newly instantiated pipe.</para>
|
||||
|
@ -1439,7 +1441,7 @@
|
|||
|
||||
<row>
|
||||
<entry><parameter>fslabel</parameter></entry>
|
||||
<entry>File system label being destroyed>
|
||||
<entry>File system label being destroyed></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
management (<emphasis><literal>alloc_resource</literal></emphasis>,
|
||||
<emphasis><literal>activate_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
|
||||
services for some child of the bus device. These methods would normally
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
<emphasis>Voxware</emphasis> interface, allowing common
|
||||
multimedia applications to be ported without
|
||||
modification.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Common code for processing sound data (format
|
||||
conversions, virtual channels).</para>
|
||||
|
@ -277,6 +278,8 @@
|
|||
|
||||
</itemizedlist>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="xxxchannel-init">
|
||||
<title>channel_init</title>
|
||||
|
||||
|
|
|
@ -550,6 +550,7 @@ NON_GPROF_ENTRY(btext)</programlisting>
|
|||
<entry>This function allocates and fills out a Page Table
|
||||
Directory at the top of the kernel memory area.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<para>In <filename>jail.c</filename>, the first thing I would
|
||||
note is the declaration of an important structure
|
||||
<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>
|
||||
|
||||
|
@ -126,7 +126,7 @@ j.ip_number = ntohl(in.s.addr);</programlisting>
|
|||
<para>Finally, the userland program jails the process, and
|
||||
executes the command specified. Jail now becomes an
|
||||
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>
|
||||
i = jail(<![CDATA[&j]]>);
|
||||
|
|
|
@ -941,6 +941,7 @@
|
|||
<row>
|
||||
<entry><parameter>label</parameter></entry>
|
||||
<entry>Policy label to initialize</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
@ -1051,6 +1052,7 @@
|
|||
<entry>Label to be filled in</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
<para>Initialize a label for a newly instantiated pipe.</para>
|
||||
|
@ -1439,7 +1441,7 @@
|
|||
|
||||
<row>
|
||||
<entry><parameter>fslabel</parameter></entry>
|
||||
<entry>File system label being destroyed>
|
||||
<entry>File system label being destroyed></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
management (<emphasis><literal>alloc_resource</literal></emphasis>,
|
||||
<emphasis><literal>activate_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
|
||||
services for some child of the bus device. These methods would normally
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
<emphasis>Voxware</emphasis> interface, allowing common
|
||||
multimedia applications to be ported without
|
||||
modification.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Common code for processing sound data (format
|
||||
conversions, virtual channels).</para>
|
||||
|
@ -277,6 +278,8 @@
|
|||
|
||||
</itemizedlist>
|
||||
|
||||
</sect3>
|
||||
|
||||
<sect3 id="xxxchannel-init">
|
||||
<title>channel_init</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue