diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch) | |
tree | 8a144320be53313e4213c190a32070d087be10c3 /usr.bin/checknr/checknr.1 | |
parent | 4b66483fd8b6ec9417916966c646abfeac99278c (diff) |
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes:
svn path=/head/; revision=68963
Diffstat (limited to 'usr.bin/checknr/checknr.1')
-rw-r--r-- | usr.bin/checknr/checknr.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 928b905dc546..6d24a5309dbe 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -39,7 +39,7 @@ .Nm checknr .Nd check nroff/troff files .Sh SYNOPSIS -.Nm checknr +.Nm .Op Fl a Ns Ar \&.x1.y1.x2.y2. ... \&.xn.yn .Op Fl c Ns Ar \&.x1.x2.x3 ... \&.xn .Op Fl s @@ -55,7 +55,7 @@ input files for certain kinds of errors involving mismatched opening and closing delimiters and unknown commands. If no files are specified, -.Nm checknr +.Nm checks the standard input. .Pp Options: @@ -76,7 +76,7 @@ Define commands which would otherwise be complained about as undefined. .It Fl f Request -.Nm checknr +.Nm to ignore .Ql \ef font changes. @@ -99,7 +99,7 @@ the .TS and .TE macros which must always come in pairs. .Pp .Nm Checknr is intended for use on documents that are prepared with -.Nm checknr +.Nm in mind, much the same as .Xr lint 1 . It expects a certain document writing style for @@ -120,7 +120,7 @@ While it will work to directly go into the next font or explicitly specify the original font or point size, and many existing documents actually do this, such a practice will produce complaints from -.Nm checknr . +.Nm . Since it is probably better to use the .Ql \efP and |