Correct markup.
Pointed out by: intron <intron at intron ac>
This commit is contained in:
parent
fa295f0cee
commit
77b5c7ca76
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26924
1 changed files with 40 additions and 40 deletions
|
@ -100,7 +100,7 @@
|
|||
<para>A list of data structures or data structure members
|
||||
that this entry protects. For data structure members, the
|
||||
name will be in the form of
|
||||
<structname/structure name/.<structfield/member name/.</para>
|
||||
<structname>structure name</structname>.<structfield>member name</structfield>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -153,38 +153,38 @@
|
|||
<varname>cnt.v_swtch</varname>,
|
||||
<varname>cp_time</varname>,
|
||||
<varname>curpriority</varname>,
|
||||
<structname/mtx/.<structfield/mtx_blocked/,
|
||||
<structname/mtx/.<structfield/mtx_contested/,
|
||||
<structname/proc/.<structfield/p_procq/,
|
||||
<structname/proc/.<structfield/p_slpq/,
|
||||
<structname/proc/.<structfield/p_sflag/
|
||||
<structname/proc/.<structfield/p_stat/,
|
||||
<structname/proc/.<structfield/p_estcpu/,
|
||||
<structname/proc/.<structfield/p_cpticks/
|
||||
<structname/proc/.<structfield/p_pctcpu/,
|
||||
<structname/proc/.<structfield/p_wchan/,
|
||||
<structname/proc/.<structfield/p_wmesg/,
|
||||
<structname/proc/.<structfield/p_swtime/,
|
||||
<structname/proc/.<structfield/p_slptime/,
|
||||
<structname/proc/.<structfield/p_runtime/,
|
||||
<structname/proc/.<structfield/p_uu/,
|
||||
<structname/proc/.<structfield/p_su/,
|
||||
<structname/proc/.<structfield/p_iu/,
|
||||
<structname/proc/.<structfield/p_uticks/,
|
||||
<structname/proc/.<structfield/p_sticks/,
|
||||
<structname/proc/.<structfield/p_iticks/,
|
||||
<structname/proc/.<structfield/p_oncpu/,
|
||||
<structname/proc/.<structfield/p_lastcpu/,
|
||||
<structname/proc/.<structfield/p_rqindex/,
|
||||
<structname/proc/.<structfield/p_heldmtx/,
|
||||
<structname/proc/.<structfield/p_blocked/,
|
||||
<structname/proc/.<structfield/p_mtxname/,
|
||||
<structname/proc/.<structfield/p_contested/,
|
||||
<structname/proc/.<structfield/p_priority/,
|
||||
<structname/proc/.<structfield/p_usrpri/,
|
||||
<structname/proc/.<structfield/p_nativepri/,
|
||||
<structname/proc/.<structfield/p_nice/,
|
||||
<structname/proc/.<structfield/p_rtprio/,
|
||||
<structname>mtx</structname>.<structfield>mtx_blocked</structfield>,
|
||||
<structname>mtx</structname>.<structfield>mtx_contested</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_procq</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_slpq</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_sflag</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_stat</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_estcpu</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_cpticks</structfield>
|
||||
<structname>proc</structname>.<structfield>p_pctcpu</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_wchan</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_wmesg</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_swtime</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_slptime</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_runtime</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_uu</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_su</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_iu</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_uticks</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_sticks</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_iticks</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_oncpu</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_lastcpu</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_rqindex</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_heldmtx</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_blocked</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_mtxname</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_contested</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_priority</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_usrpri</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_nativepri</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_nice</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_rtprio</structfield>,
|
||||
<varname>pscnt</varname>,
|
||||
<varname>slpque</varname>,
|
||||
<varname>itqueuebits</varname>,
|
||||
|
@ -259,8 +259,8 @@
|
|||
<varname>callfree</varname>,
|
||||
<varname>callwheel</varname>,
|
||||
<varname>nextsoftcheck</varname>,
|
||||
<structname/proc/.<structfield/p_itcallout/,
|
||||
<structname/proc/.<structfield/p_slpcallout/,
|
||||
<structname>proc</structname>.<structfield>p_itcallout</structfield>,
|
||||
<structname>proc</structname>.<structfield>p_slpcallout</structfield>,
|
||||
<varname>softticks</varname>,
|
||||
<varname>ticks</varname>
|
||||
</entry>
|
||||
|
@ -302,16 +302,16 @@
|
|||
<varname>allproc</varname>
|
||||
<varname>zombproc</varname>
|
||||
<varname>pidhashtbl</varname>
|
||||
<structname/proc/.<structfield/p_list/
|
||||
<structname/proc/.<structfield/p_hash/
|
||||
<structname>proc</structname>.<structfield>p_list</structfield>
|
||||
<structname>proc</structname>.<structfield>p_hash</structfield>
|
||||
<varname>nextpid</varname>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><varname>proctree_lock</varname></entry>
|
||||
<entry>
|
||||
<structname/proc/.<structfield/p_children/
|
||||
<structname/proc/.<structfield/p_sibling/
|
||||
<structname>proc</structname>.<structfield>p_children</structfield>
|
||||
<structname>proc</structname>.<structfield>p_sibling</structfield>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -334,7 +334,7 @@
|
|||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><structname/mtx/.<structfield/mtx_lock/</para>
|
||||
<para><structname>mtx</structname>.<structfield>mtx_lock</structfield></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue