Source-Changes-HG archive

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

[src/trunk]: src Quote -width arguments that start with a '-' sign.



details:   https://anonhg.NetBSD.org/src/rev/7f29feb13674
branches:  trunk
changeset: 787918:7f29feb13674
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Jul 13 10:54:00 2013 +0000

description:
Quote -width arguments that start with a '-' sign.

diffstat:

 gnu/usr.bin/c89/c89.1 |  4 ++--
 gnu/usr.bin/c99/c99.1 |  4 ++--
 share/man/man4/agr.4  |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r c32414730f8e -r 7f29feb13674 gnu/usr.bin/c89/c89.1
--- a/gnu/usr.bin/c89/c89.1     Sat Jul 13 10:52:50 2013 +0000
+++ b/gnu/usr.bin/c89/c89.1     Sat Jul 13 10:54:00 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: c89.1,v 1.2 2008/04/30 13:10:50 martin Exp $
+.\"    $NetBSD: c89.1,v 1.3 2013/07/13 10:54:00 njoly Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 .Ev __STRICT_ANSI__ .
 .Pp
 The following options are available:
-.Bl -tag -width -pedantic-errorsxx
+.Bl -tag -width "-pedantic-errorsxx"
 .It Fl pedantic
 Issue extra warnings defined by ANSI for use of non-ANSI features.
 .It Fl pedantic-errors
diff -r c32414730f8e -r 7f29feb13674 gnu/usr.bin/c99/c99.1
--- a/gnu/usr.bin/c99/c99.1     Sat Jul 13 10:52:50 2013 +0000
+++ b/gnu/usr.bin/c99/c99.1     Sat Jul 13 10:54:00 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: c99.1,v 1.3 2010/05/14 01:53:28 joerg Exp $
+.\"    $NetBSD: c99.1,v 1.4 2013/07/13 10:54:00 njoly Exp $
 .\"
 .\" Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -54,7 +54,7 @@
 .Ev __STRICT_ANSI__ .
 .Pp
 The following options are available:
-.Bl -tag -width -pedantic-errorsxx
+.Bl -tag -width "-pedantic-errorsxx"
 .It Fl pedantic
 Issue extra warnings defined by ANSI for use of non-ANSI features.
 .It Fl pedantic-errors
diff -r c32414730f8e -r 7f29feb13674 share/man/man4/agr.4
--- a/share/man/man4/agr.4      Sat Jul 13 10:52:50 2013 +0000
+++ b/share/man/man4/agr.4      Sat Jul 13 10:54:00 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: agr.4,v 1.8 2010/02/23 07:02:23 martti Exp $
+.\"    $NetBSD: agr.4,v 1.9 2013/07/13 10:54:00 njoly Exp $
 .\"
 .\" Copyright (c)2005, 2007 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -49,7 +49,7 @@
 .Nm
 driver supports the following link specific flags for
 .Xr ifconfig 8 :
-.Bl -tag -width -link0
+.Bl -tag -width "-link0"
 .It Cm link0
 Use the round-robin distribution algorithm.
 Don't use it unless you're really sure,



Home | Main Index | Thread Index | Old Index