Module Name: src Committed By: njoly Date: Sat Jul 13 10:54:00 UTC 2013
Modified Files: src/gnu/usr.bin/c89: c89.1 src/gnu/usr.bin/c99: c99.1 src/share/man/man4: agr.4 Log Message: Quote -width arguments that start with a '-' sign. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/gnu/usr.bin/c89/c89.1 cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/c99/c99.1 cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/agr.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/gnu/usr.bin/c89/c89.1 diff -u src/gnu/usr.bin/c89/c89.1:1.2 src/gnu/usr.bin/c89/c89.1:1.3 --- src/gnu/usr.bin/c89/c89.1:1.2 Wed Apr 30 13:10:50 2008 +++ src/gnu/usr.bin/c89/c89.1 Sat Jul 13 10:54:00 2013 @@ -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 @@ and definition of the preprocessor symbo .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 Index: src/gnu/usr.bin/c99/c99.1 diff -u src/gnu/usr.bin/c99/c99.1:1.3 src/gnu/usr.bin/c99/c99.1:1.4 --- src/gnu/usr.bin/c99/c99.1:1.3 Fri May 14 01:53:28 2010 +++ src/gnu/usr.bin/c99/c99.1 Sat Jul 13 10:54:00 2013 @@ -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 @@ and definition of the preprocessor symbo .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 Index: src/share/man/man4/agr.4 diff -u src/share/man/man4/agr.4:1.8 src/share/man/man4/agr.4:1.9 --- src/share/man/man4/agr.4:1.8 Tue Feb 23 07:02:23 2010 +++ src/share/man/man4/agr.4 Sat Jul 13 10:54:00 2013 @@ -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 @@ The .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,