Module Name:    src
Committed By:   wiz
Date:           Sat Dec 26 10:34:36 UTC 2015

Modified Files:
        src/lib/libexecinfo: backtrace.3

Log Message:
Fix typo, from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libexecinfo/backtrace.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libexecinfo/backtrace.3
diff -u src/lib/libexecinfo/backtrace.3:1.6 src/lib/libexecinfo/backtrace.3:1.7
--- src/lib/libexecinfo/backtrace.3:1.6	Thu Nov  5 08:29:42 2015
+++ src/lib/libexecinfo/backtrace.3	Sat Dec 26 10:34:36 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: backtrace.3,v 1.6 2015/11/05 08:29:42 wiz Exp $
+.\"	$NetBSD: backtrace.3,v 1.7 2015/12/26 10:34:36 wiz Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -84,7 +84,7 @@ the /proc filesystem is available to det
 The difference of the symbol address and the address element printed
 using 0x%tx.
 .It Dv D
-The difference of the symbol addresss and the address element printed using
+The difference of the symbol address and the address element printed using
 +0x%tx if non-zero, or nothing if zero.
 .It Dv f
 The filename of the symbol as determined by

Reply via email to