Module Name:    src
Committed By:   wiz
Date:           Thu Jun 23 20:54:24 UTC 2011

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
Quote minus so it does not become a dash.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/share/man/man4/ddb.4

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

Modified files:

Index: src/share/man/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.142 src/share/man/man4/ddb.4:1.143
--- src/share/man/man4/ddb.4:1.142	Thu Jun 23 16:02:20 2011
+++ src/share/man/man4/ddb.4	Thu Jun 23 20:54:24 2011
@@ -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.

Reply via email to