summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-11-28 12:04:08 +0000
committerrwatson <rwatson@FreeBSD.org>2007-11-28 12:04:08 +0000
commitdf59374ff10509e77d99c9cf8121487a47556b25 (patch)
treed50d333284363b6920c596a1871645fad4610eeb /share
parent259c49b5a0cfa100880171e494983c06694c1065 (diff)
downloadFreeBSD-src-df59374ff10509e77d99c9cf8121487a47556b25.zip
FreeBSD-src-df59374ff10509e77d99c9cf8121487a47556b25.tar.gz
Fix spelling of stack_capture() to stack_save().
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/stack.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/stack.9 b/share/man/man9/stack.9
index 7f385d3..a47dc16 100644
--- a/share/man/man9/stack.9
+++ b/share/man/man9/stack.9
@@ -76,7 +76,7 @@ Memory associated with a trace may be freed by calling
.Fn stack_destroy .
.Pp
A trace of the current kernel thread's call stack may be captured using
-.Fn stack_capture .
+.Fn stack_save .
.Pp
.Fn stack_sbuf_print
may be used to construct a human-readable string, including conversion (where
OpenPOWER on IntegriCloud