diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-01-23 23:08:48 +0000 |
commit | 4611deddfe84c32a29dc209ac73fe6d285ecb766 (patch) | |
tree | 475980cae589e4cabc0b4cec98416476d7cd7e14 /usr.bin/xlint | |
parent | 4e76df5b9bcb457022337d952d20ff0e485612e1 (diff) |
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'usr.bin/xlint')
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index d6ba4bdc3c8..8c85d5537d9 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lint.1,v 1.16 2003/09/22 05:04:53 jmc Exp $ +.\" $OpenBSD: lint.1,v 1.17 2004/01/23 23:08:47 jmc Exp $ .\" $NetBSD: lint.1,v 1.3 1995/10/23 13:45:31 jpo Exp $ .\" .\" Copyright (c) 1994, 1995 Jochen Pohl @@ -409,10 +409,10 @@ like makes .Nm check the first -.Pq Ar n Ns No -1 +.Pq Ar n Ns -1 arguments as usual. The -.Ar n Ns No -th +.Ar n Ns -th argument is interpreted as a .Sy printf format string that is used to check the remaining arguments. @@ -433,10 +433,10 @@ is zero, function prototypes will be treated normally. makes .Nm check the first -.Pq Ar n Ns No -1 +.Pq Ar n Ns -1 arguments as usual. The -.Ar n Ns No -th +.Ar n Ns -th argument is interpreted as a .Sy scanf format string that is used to check the remaining arguments. @@ -486,7 +486,7 @@ to be used to .Nm only the source files that have been modified since the last time the set of source files were -.Nm lint Ns No ed . +.Nm lint Ns ed . .Sh ENVIRONMENT .Bl -tag -width Fl .It Ev LIBDIR |