From 7b2924cb1729e7d7ce6c0420f4eb4e223bd5d229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 12 Sep 2009 01:37:22 +0000 Subject: [PATCH] Fix typo in example. Noticed by: rookie@ MFC after: 1 week --- share/man/man4/textdump.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/textdump.4 b/share/man/man4/textdump.4 index 65c04edfd00c..4b12fe9aa7ae 100644 --- a/share/man/man4/textdump.4 +++ b/share/man/man4/textdump.4 @@ -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