diff options
Diffstat (limited to 'backtrace.3')
-rw-r--r-- | backtrace.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backtrace.3 b/backtrace.3 index 781dc6e065db..570c0f16c618 100644 --- a/backtrace.3 +++ b/backtrace.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: backtrace.3,v 1.4 2012/06/10 00:24:36 christos Exp $ +.\" $NetBSD: backtrace.3,v 1.5 2013/08/22 17:08:43 christos Exp $ .\" .\" Copyright (c) 2012 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -116,7 +116,7 @@ on failure. .Sh RETURN VALUES The .Fn backtrace -function returns the number of elements tht were filled in the backtrace. +function returns the number of elements that were filled in the backtrace. The .Fn backtrace_symbols and |