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/error | |
| 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/error')
| -rw-r--r-- | usr.bin/error/error.1 | 4 |
1 files changed, 2 insertions, 2 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. |
