Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2009 01:37:22 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197111 - head/share/man/man4
Message-ID:  <200909120137.n8C1bMVK069491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Sat Sep 12 01:37:22 2009
New Revision: 197111
URL: http://svn.freebsd.org/changeset/base/197111

Log:
  Fix typo in example.
  
  Noticed by:	rookie@
  MFC after:	1 week

Modified:
  head/share/man/man4/textdump.4

Modified: head/share/man/man4/textdump.4
==============================================================================
--- head/share/man/man4/textdump.4	Sat Sep 12 00:28:05 2009	(r197110)
+++ head/share/man/man4/textdump.4	Sat Sep 12 01:37:22 2009	(r197111)
@@ -138,7 +138,7 @@ invoke panic in order to force a kernel 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909120137.n8C1bMVK069491>