diff options
| author | ross <ross@NetBSD.org> | 2002-02-07 03:15:06 +0000 |
|---|---|---|
| committer | ross <ross@NetBSD.org> | 2002-02-07 03:15:06 +0000 |
| commit | 8bd7cb6a698712339e7af5e1b8a4d5f706d80e30 (patch) | |
| tree | 35098ea1e5c5d3541f2215f159b262e76771fb1f /usr.bin | |
| parent | 7b4856147933d50337be027c18ebd4138ff8945c (diff) | |
Edit -mdoc usage.
* There is no -indent option to .Bd or .Bl, although you would
never know that from its frequent use in this tree. There is a
"-offset indent" combination that makes sense, and you can certainly
say "-width indent".
* Also, you can't markup the -width option argument, tho you CAN
use a callable macro. So "-width Ar filename" doesn't make sense,
but either "-width Ar" or "-width filename" does, as might something
like "-width xxfilename" for a little extra space.
* There are a lot of needlessly complex hanging tag macros in man4 used
to create simple item lists. Those should be simplified one of these
days before someone copies and edits yet another man4 page.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/error/error.1 | 4 | ||||
| -rw-r--r-- | usr.bin/fstat/fstat.1 | 6 | ||||
| -rw-r--r-- | usr.bin/make/make.1 | 10 | ||||
| -rw-r--r-- | usr.bin/pmc/pmc.1 | 4 | ||||
| -rw-r--r-- | usr.bin/rdist/rdist.1 | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1 index 3eb20148119..f8be2f6ca79 100644 --- a/usr.bin/error/error.1 +++ b/usr.bin/error/error.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: error.1,v 1.8 2001/12/01 19:08:56 wiz Exp $ +.\" $NetBSD: error.1,v 1.9 2002/02/07 03:15:11 ross Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -171,7 +171,7 @@ all of the places referenced. .Pp .Nm will do one of six things with error messages. -.Bl -tag -width Em synchronize +.Bl -tag -width synchronize .It Em synchronize Some language processors produce short errors describing which file it is processing. diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index ae984f060bc..906b0c62881 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: fstat.1,v 1.18 2001/12/01 19:13:18 wiz Exp $ +.\" $NetBSD: fstat.1,v 1.19 2002/02/07 03:15:11 ross Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fstat.1 8.3 (Berkeley) 2/25/94 -.\" $NetBSD: fstat.1,v 1.18 2001/12/01 19:13:18 wiz Exp $ +.\" $NetBSD: fstat.1,v 1.19 2002/02/07 03:15:11 ross Exp $ .\" .Dd February 18, 1999 .Dt FSTAT 1 @@ -114,7 +114,7 @@ The process ID. The file number in the per-process open file table or one of the following special names: .Pp -.Bl -tag -width MOUNT -offset -indent -compact +.Bl -tag -width MOUNT -offset indent -compact .It Li text pure text inode .It Li wd diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 0ded42cc8c9..f0fba56091c 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.60 2002/02/06 16:26:12 pk Exp $ +.\" $NetBSD: make.1,v 1.61 2002/02/07 03:15:11 ross Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -554,7 +554,7 @@ Each modifier begins with a colon and one of the following special characters. The colon may be escaped with a backslash .Pq Ql \e . -.Bl -tag -width Cm E\& +.Bl -tag -width EEE .It Cm E Replaces each word in the variable with its suffix. .It Cm H @@ -924,7 +924,7 @@ It is of higher precedence than The value of .Ar expression may be any of the following: -.Bl -tag -width Ic defined +.Bl -tag -width defined .It Ic defined Takes a variable name as an argument and evaluates to true if the variable has been defined. @@ -1029,7 +1029,7 @@ Comments begin with a hash character, anywhere but in a shell command line, and continue to the end of the line. .Sh SPECIAL SOURCES -.Bl -tag -width Ic .IGNORE +.Bl -tag -width .IGNOREx .It Ic .IGNORE Ignore any errors from the commands associated with this target, exactly as if they all were preceded by a dash @@ -1093,7 +1093,7 @@ detected and targets that form loops will be silently ignored. .Sh SPECIAL TARGETS Special targets may not be included with other targets, i.e. they must be the only target specified. -.Bl -tag -width Ic .BEGIN +.Bl -tag -width .BEGINx .It Ic .BEGIN Any command lines attached to this target are executed before anything else is done. diff --git a/usr.bin/pmc/pmc.1 b/usr.bin/pmc/pmc.1 index 2a473675207..0a5797e0495 100644 --- a/usr.bin/pmc/pmc.1 +++ b/usr.bin/pmc/pmc.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pmc.1,v 1.2 2001/06/05 10:08:05 wiz Exp $ +.\" $NetBSD: pmc.1,v 1.3 2002/02/07 03:15:11 ross Exp $ .\" .\" Copyright (c) 2000 Zembu Labs, Inc. .\" All rights reserved. @@ -58,7 +58,7 @@ be used in a fashion similar to .Xr time 1 . .Pp The arguments are as follows: -.Bl -tag -width -indent +.Bl -tag -width indent .It Fl h Display a list of performance counter events available on the system. .It Fl C diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index ce111338b03..8a9df7867d6 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rdist.1,v 1.12 2001/12/08 19:11:21 wiz Exp $ +.\" $NetBSD: rdist.1,v 1.13 2002/02/07 03:15:12 ross Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -96,7 +96,7 @@ using specific commands. .Pp Options specific to the second SYNOPSIS form: .Pp -.Bl -tag -width Fl c +.Bl -tag -width Fl .It Fl c Forces .Nm |
