diff options
| author | christos <christos@NetBSD.org> | 2013-08-22 17:08:43 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-08-22 17:08:43 +0000 |
| commit | ca316df6db218d3de4ac33b3ad88f329bf4bdc8c (patch) | |
| tree | bd25fdca92048107b450284fe8d9291ba9cd43ae /lib/libexecinfo | |
| parent | e4af634680c9bb73a332af837271b856797dabe2 (diff) | |
fix typo (Sergey Kandaurov)
Diffstat (limited to 'lib/libexecinfo')
| -rw-r--r-- | lib/libexecinfo/backtrace.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libexecinfo/backtrace.3 b/lib/libexecinfo/backtrace.3 index 781dc6e065d..570c0f16c61 100644 --- a/lib/libexecinfo/backtrace.3 +++ b/lib/libexecinfo/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 |
