From james@jraynard.demon.co.uk  Tue Jun 11 00:46:49 1996
Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA11312
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jun 1996 00:46:48 -0700 (PDT)
Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id AAA09653 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Jun 1996 00:46:26 -0700 (PDT)
Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net
          id ak17871; 11 Jun 96 8:34 +0100
Received: from jraynard.demon.co.uk ([158.152.42.77]) by relay-3.mail.demon.net
          id aa13295; 11 Jun 96 1:07 +0100
Received: (from james@localhost) by jraynard.demon.co.uk (8.7.5/8.6.12) id UAA03425; Mon, 10 Jun 1996 20:32:12 GMT
Message-Id: <199606102032.UAA03425@jraynard.demon.co.uk>
Date: Mon, 10 Jun 1996 20:32:12 GMT
From: James Raynard <james@jraynard.demon.co.uk>
Reply-To: james@jraynard.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: A couple of minor typos in lint(1) man page
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 11 00:50:01 PDT 1996
>Closed-Date:    Tue Jun 11 16:17:40 PDT 1996
>Last-Modified:  Tue Jun 11 16:18:59 PDT 1996
>Originator:     James Raynard
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
A FreeBSD box
>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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Tue Jun 11 16:17:40 PDT 1996 
State-Changed-Why:  
Fixed in revision 1.3. 
>Unformatted:
