Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man Quote minus so it does not become a dash.



details:   https://anonhg.NetBSD.org/src/rev/73d505bfaf7f
branches:  trunk
changeset: 766490:73d505bfaf7f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 23 20:54:24 2011 +0000

description:
Quote minus so it does not become a dash.

diffstat:

 share/man/man4/ddb.4    |  6 +++---
 share/man/man7/sysctl.7 |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r b1b61184d457 -r 73d505bfaf7f share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Thu Jun 23 20:46:15 2011 +0000
+++ b/share/man/man4/ddb.4      Thu Jun 23 20:54:24 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.142 2011/06/23 16:02:20 riz Exp $
+.\"    $NetBSD: ddb.4,v 1.143 2011/06/23 20:54:24 wiz Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -297,7 +297,7 @@
 If
 .Ar count
 is supplied, continues
-.Pq Ar count Ns -1
+.Pq Ar count Ns \-1
 times before stopping at the breakpoint.
 If the breakpoint is set, a breakpoint number is printed with
 .Sq \&# .
@@ -1215,7 +1215,7 @@
 the system to be rebooted instead of
 .Nm
 being entered.
-Other useful settings are -1, which suppresses the stack trace before
+Other useful settings are \-1, which suppresses the stack trace before
 reboot, and 2, which causes a stack trace to be printed and
 .Nm
 to be entered.
diff -r b1b61184d457 -r 73d505bfaf7f share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Thu Jun 23 20:46:15 2011 +0000
+++ b/share/man/man7/sysctl.7   Thu Jun 23 20:54:24 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.63 2011/06/23 15:57:11 riz Exp $
+.\"    $NetBSD: sysctl.7,v 1.64 2011/06/23 20:55:08 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -2202,7 +2202,7 @@
 A value of 1 causes the system to enter DDB on panic, while a value of 2
 causes the kernel to attempt to print out a stack trace before entering DDB.
 A value of 0 causes the kernel to attempt to print a stack trace, then
-reboot, while a value of -1 means neither a stack trace will be printed
+reboot, while a value of \-1 means neither a stack trace will be printed
 nor DDB entered.
 .It Li ddb.fromconsole ( DDBCTL_FROMCONSOLE )
 If not zero, DDB may be entered by sending a break on a serial



Home | Main Index | Thread Index | Old Index