mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fix typo in example.
Noticed by: rookie@ MFC after: 1 week
This commit is contained in:
parent
f4959cc052
commit
7b2924cb17
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=197111
@ -138,7 +138,7 @@ invoke panic in order to force a kernel dump to be written out followed by a
|
||||
reboot:
|
||||
.Bd -literal -offset indent
|
||||
script kdb.enter.panic=textdump set; capture on; show allpcpu; bt;
|
||||
ps; alltrace; show alllock; call doadump; reset
|
||||
ps; alltrace; show alllocks; call doadump; reset
|
||||
.Ed
|
||||
.Pp
|
||||
In the following example, the script
|
||||
|
Loading…
Reference in New Issue
Block a user