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

This commit is contained in:
njoly 2013-07-13 10:54:00 +00:00
parent c16c550ee5
commit a99b56e5d4
3 changed files with 6 additions and 6 deletions

View File

@ -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 symbol
.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

View File

@ -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 symbol
.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

View File

@ -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,