Correct minor typos.
This commit is contained in:
parent
06360975af
commit
403d49b0c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29310
1 changed files with 2 additions and 2 deletions
|
@ -926,7 +926,7 @@ Reading symbols from /sys/modules/linux/linux.ko...done.
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>options GDB</literal>: compiler in support for the
|
<para><literal>options GDB</literal>: compile in support for the
|
||||||
remote debugger, GDB, which can operate over serial cable or
|
remote debugger, GDB, which can operate over serial cable or
|
||||||
firewire. When the debugger is entered, GDB may be attached to
|
firewire. When the debugger is entered, GDB may be attached to
|
||||||
inspect structure contents, generate stack traces, etc. Some
|
inspect structure contents, generate stack traces, etc. Some
|
||||||
|
@ -976,7 +976,7 @@ Reading symbols from /sys/modules/linux/linux.ko...done.
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>options WITNESS</literal>: this option enables run-time
|
<para><literal>options WITNESS</literal>: this option enables run-time
|
||||||
lock order tracking and verification, and is an invaluable tool for
|
lock order tracking and verification, and is an invaluable tool for
|
||||||
deadlock diagnosis. WITNESS maintains a graph of acquires lock
|
deadlock diagnosis. WITNESS maintains a graph of acquired lock
|
||||||
orders by lock type, and checks the graph at each acquire for
|
orders by lock type, and checks the graph at each acquire for
|
||||||
cycles (implicit or explicit). If a cycle is detected, a warning
|
cycles (implicit or explicit). If a cycle is detected, a warning
|
||||||
and stack trace are generated to the console, indicating that a
|
and stack trace are generated to the console, indicating that a
|
||||||
|
|
Loading…
Reference in a new issue