Fix the doc build by wrapping the text inside <note> with <para>.

You've been away too long Mr. Baldwin.  :P
This commit is contained in:
Tom Rhodes 2004-06-11 05:12:25 +00:00
parent d2f64c4936
commit 80ceb9c0d2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21138

View file

@ -257,10 +257,10 @@
<sect2>
<title>Kernel Preemption and Critical Sections</title>
<note>Please note that full kernel preemption as described below
<note><para>Please note that full kernel preemption as described below
is not currently implemented in the CVS tree. An implementation
similar to that described below has been implemented before in a
prototype tree.</note>
prototype tree.</para></note>
<sect3>
<title>Kernel Preemption in a Nutshell</title>
@ -414,7 +414,7 @@
thread is preempted it should not migrate to another
CPU.</para>
<note>Need to describe the thread pinning API that Jeff implemented here instead.</note>
<note><para>Need to describe the thread pinning API that Jeff implemented here instead.</para></note>
<para>One possible implementation is to use a per-thread nesting
count <varname>td_pinnest</varname> along with a