Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 1996 20:32:12 GMT
From:      James Raynard <james@jraynard.demon.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/1309: A couple of minor typos in lint(1) man page
Message-ID:  <199606102032.UAA03425@jraynard.demon.co.uk>
Resent-Message-ID: <199606110750.AAA11360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1309
>Category:       docs
>Synopsis:       A couple of minor typos in lint(1) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 11 00:50:01 PDT 1996
>Last-Modified:
>Originator:     James Raynard
>Organization:
A FreeBSD box
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

FreeBSD current.

>Description:

A couple of minor typos in lint(1) man page

>How-To-Repeat:

man lint

>Fix:
	
Apply the following patch (I'd apply it myself, but I'm getting 50%+ 
packet loss to freefall):-

--- lint.1.orig	1996/04/07 00:06:19	1.2
+++ lint.1	1996/06/10 14:00:05
@@ -248,7 +248,7 @@
 .It Fl v
 Suppress complaints about unused arguments in functions.
 .It Fl x
-Report variables refferd to by
+Report variables referred to by
 .Sy extern
 declarations, but never used.
 .It Fl z
@@ -376,7 +376,7 @@
 .Xc
 Suppresses any intra-file warning except those dealing with
 unused variables or functions. This directive should be placed
-on the line immediately preceding where the lint warning occured.
+on the line immediately preceding where the lint warning occurred.
 .It Li /* LONGLONG */
 Suppress complaints about use of long long integer types.
 .It Li /* NOTREACHED */
@@ -440,7 +440,7 @@
 file that corresponds to the
 .Pa \&.c
 file, and prints all messages that are about just that
-source file. After all the source files have been separetely
+source file. After all the source files have been separately
 run through
 .Nm lint ,
 it is invoked once more (without the
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606102032.UAA03425>