Fix a grammar bogon and don't start a <note> with "Note"
because you end up with a double note. No content changes.
This commit is contained in:
parent
1ab27a1848
commit
6dacbefe3e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9631
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.30 2001/04/09 00:33:52 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.31 2001/04/17 01:37:31 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kerneldebug">
|
||||
|
@ -317,7 +317,7 @@
|
|||
configuring the FreeBSD kernel.</para>
|
||||
|
||||
<note>
|
||||
<para>Note that if you have an older version of the boot blocks, your
|
||||
<para>If you have an older version of the boot blocks, your
|
||||
debugger symbols might not be loaded at all. Update the boot blocks;
|
||||
the recent ones load the DDB symbols automagically.)</para>
|
||||
</note>
|
||||
|
@ -452,7 +452,7 @@
|
|||
|
||||
<screen><userinput>ps</userinput></screen>
|
||||
|
||||
<para>Now you have now examined why your kernel failed, and you wish to
|
||||
<para>Now you have examined why your kernel failed, and you wish to
|
||||
reboot. Remember that, depending on the severity of previous
|
||||
malfunctioning, not all parts of the kernel might still be working as
|
||||
expected. Perform one of the following actions to shut down and reboot
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.30 2001/04/09 00:33:52 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kerneldebug/chapter.sgml,v 1.31 2001/04/17 01:37:31 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kerneldebug">
|
||||
|
@ -317,7 +317,7 @@
|
|||
configuring the FreeBSD kernel.</para>
|
||||
|
||||
<note>
|
||||
<para>Note that if you have an older version of the boot blocks, your
|
||||
<para>If you have an older version of the boot blocks, your
|
||||
debugger symbols might not be loaded at all. Update the boot blocks;
|
||||
the recent ones load the DDB symbols automagically.)</para>
|
||||
</note>
|
||||
|
@ -452,7 +452,7 @@
|
|||
|
||||
<screen><userinput>ps</userinput></screen>
|
||||
|
||||
<para>Now you have now examined why your kernel failed, and you wish to
|
||||
<para>Now you have examined why your kernel failed, and you wish to
|
||||
reboot. Remember that, depending on the severity of previous
|
||||
malfunctioning, not all parts of the kernel might still be working as
|
||||
expected. Perform one of the following actions to shut down and reboot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue