Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libexecinfo Fix markup .Dv --> .Dq
details: https://anonhg.NetBSD.org/src/rev/bec65f0c2b1b
branches: trunk
changeset: 348631:bec65f0c2b1b
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Oct 31 07:37:10 2016 +0000
description:
Fix markup .Dv --> .Dq
(Thanks, wiz!)
diffstat:
lib/libexecinfo/backtrace.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c135b8bc8685 -r bec65f0c2b1b lib/libexecinfo/backtrace.3
--- a/lib/libexecinfo/backtrace.3 Mon Oct 31 05:10:45 2016 +0000
+++ b/lib/libexecinfo/backtrace.3 Mon Oct 31 07:37:10 2016 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index