Module Name:    src
Committed By:   pgoyette
Date:           Mon Oct 31 07:37:10 UTC 2016

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

Log Message:
Fix markup .Dv --> .Dq

(Thanks, wiz!)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/lib/libexecinfo/backtrace.3:1.9
--- src/lib/libexecinfo/backtrace.3:1.8	Mon Oct 31 01:31:25 2016
+++ src/lib/libexecinfo/backtrace.3	Mon Oct 31 07:37:10 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: backtrace.3,v 1.8 2016/10/31 01:31:25 pgoyette Exp $
+.\"	$NetBSD: backtrace.3,v 1.9 2016/10/31 07:37:10 pgoyette Exp $
 .\"
 .\" Copyright (c) 2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -100,7 +100,7 @@ The
 function is equivalent of calling
 .Fn backtrace_symbols_fmt
 with a format argument of
-.Dv "%a <%n%D> at %f"
+.Dq "%a <%n%D> at %f"
 .Pp
 The
 .Fn backtrace_symbols_fd

Reply via email to