diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2007-11-28 12:04:08 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2007-11-28 12:04:08 +0000 |
commit | 6a2ecc3859aaa045f2ce9b7d38cfc7dadc3ef354 (patch) | |
tree | d50d333284363b6920c596a1871645fad4610eeb /share/man/man9/stack.9 | |
parent | 117a072c6721eb40b9181713e4d6b2328dcee363 (diff) |
Fix spelling of stack_capture() to stack_save().
Notes
Notes:
svn path=/head/; revision=174017
Diffstat (limited to 'share/man/man9/stack.9')
-rw-r--r-- | share/man/man9/stack.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/stack.9 b/share/man/man9/stack.9 index 7f385d394e78..a47dc16ed9bc 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 |