Subject: misc/18773: Homogenize capitals in lint(1)
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@menta.net>
List: netbsd-bugs
Date: 10/22/2002 23:35:34
>Number: 18773
>Category: misc
>Synopsis: Homogenize capitals in lint(1)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Tue Oct 22 14:32:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Julio Merino
>Release: NetBSD 1.6I
>Organization:
HispaBSD
>Environment:
System: NetBSD darkstar.local 1.6I NetBSD 1.6I (DARKSTAR) #24: Sun Oct 20 23:25:52 CEST 2002 jmmv@darkstar.local:/var/build/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
The section `Input Grammar' in lint's manpage contains a serie of
items. Some of the descriptions for each item are capitalized at
the beginning and some not. It's a start of paragraph, so they
should all be capitalized.
>How-To-Repeat:
man 1 lint
>Fix:
This patch capitalizes them:
Index: lint.1
===================================================================
RCS file: /cvsroot/basesrc/usr.bin/xlint/xlint/lint.1,v
retrieving revision 1.24
diff -u -u -r1.24 lint.1
--- lint.1 2002/10/21 21:16:12 1.24
+++ lint.1 2002/10/22 21:25:59
@@ -435,7 +435,7 @@
recognizes the following C comments as commands.
.Bl -tag -width Fl
.It Li /* ARGSUSED Ns Ar n Li */
-makes
+Makes
.Nm
check only the first
.Ar n
@@ -451,11 +451,11 @@
.Li /* CONSTANTCOND */ No or
.Li /* CONSTANTCONDITION */
.Xc
-suppress complaints about constant operands for the next expression.
+Suppress complaints about constant operands for the next expression.
.It Li /*\ FALLTHRU\ */ No or Xo
.Li /* FALLTHROUGH */
.Xc
-suppress complaints about fall through to a
+Suppress complaints about fall through to a
.Sy case
or
.Sy default
@@ -485,7 +485,7 @@
like
.Xr exit 3 ) .
.It Li /* PRINTFLIKE Ns Ar n Li */
-makes
+Makes
.Nm
check the first
.Pq Ar n Ns No -1
@@ -496,7 +496,7 @@
.Sy printf
format string that is used to check the remaining arguments.
.It Li /* PROTOLIB Ns Ar n Li */
-causes
+Causes
.Nm
to treat function declaration prototypes as function definitions
if
@@ -504,12 +504,12 @@
is non-zero.
This directive can only be used in conjunction with the
.Li /* LINTLIBRARY */
-directive.
+Directive.
If
.Ar n
is zero, function prototypes will be treated normally.
.It Li /* SCANFLIKE Ns Ar n Li */
-makes
+Makes
.Nm
check the first
.Pq Ar n Ns No -1
>Release-Note:
>Audit-Trail:
>Unformatted: