From soil@stanton-1-1.quick.net  Fri Feb  7 04:26:02 1997
Received: from stanton-1-1.quick.net (soil@stanton-1-8.quick.net [207.212.170.108])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA23663
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 7 Feb 1997 04:26:00 -0800 (PST)
Received: (from soil@localhost)
	by stanton-1-1.quick.net (8.8.5/8.8.5) id EAA14915;
	Fri, 7 Feb 1997 04:25:58 -0800 (PST)
Message-Id: <199702071225.EAA14915@stanton-1-1.quick.net>
Date: Fri, 7 Feb 1997 04:25:58 -0800 (PST)
From: soil@quick.net
Reply-To: soil@quick.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in error.1
X-Send-Pr-Version: 3.2

>Number:         2685
>Category:       docs
>Synopsis:       typo in error.1
>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:   Fri Feb  7 04:30:04 PST 1997
>Closed-Date:    Sat Feb 8 23:01:39 PST 1997
>Last-Modified:  Sat Feb  8 23:03:20 PST 1997
>Originator:     Josh Gilliam
>Release:        FreeBSD 2.1.6.1-RELEASE i386
>Organization:
>Environment:
FreeBSD 2.1.6.1, FreeBSD-current

>Description:

from NetBSD misc/3199:

@	Try "man error":
@
@ >   -t      Take the following argument as a suffix list.  Files whose suf-
@ >           fixes do not appear in the suffix list are not touched.  The suf-
@ >           fix list is dot separated, and ``*'' wildcards work.  Thus the
@ >           suffix list:
@ > 
@ >                 .c.y.foo*.h
@ > 
@ >           allows error to touch files ending with ``.c'', ``.y'', ``.foo*''
@ >           and ``.y''.
@		   **
@		   <<not ``.y'' but ``.h''>>

>How-To-Repeat:
man 1 error

>Fix:
Apply this patch:

--- error.1	Fri Feb  7 04:22:11 1997
+++ error.1.orig	Fri May 27 05:31:05 1994
@@ -95,7 +95,7 @@
 .Pp
 allows
 .Nm error
-to touch files ending with ``.c'', ``.y'', ``.foo*'' and ``.h''.
+to touch files ending with ``.c'', ``.y'', ``.foo*'' and ``.y''.
 .It Fl s
 Print out
 .Em statistics
>Release-Note:
>Audit-Trail:

From: Josh Gilliam <soil@quick.net>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc: GNATS Management <gnats@freefall.freebsd.org>,
        freebsd-bugs@freefall.freebsd.org
Subject: Re: docs/2685: typo in error.1
Date: Fri, 7 Feb 1997 14:28:00 -0800 (PST)

 On Fri, 7 Feb 1997 04:25:58 -0800 (PST), in message
 <199702071225.EAA14915@stanton-1-1.quick.net>, soil@quick.net wrote:
 
 > >Fix:
 > Apply this patch:
 > 
 > --- error.1	Fri Feb  7 04:22:11 1997
 > +++ error.1.orig	Fri May 27 05:31:05 1994
 > @@ -95,7 +95,7 @@
 >  .Pp
 >  allows
 >  .Nm error
 > -to touch files ending with ``.c'', ``.y'', ``.foo*'' and ``.h''.
 > +to touch files ending with ``.c'', ``.y'', ``.foo*'' and ``.y''.
 >  .It Fl s
 >  Print out
 >  .Em statistics
 
 I was very tired when I submitted this pr and gave a reversed diff file.
 Here it is in the correct format:
 
 ----- Begin error.1.patch ----- 
 --- error.1.orig	Fri May 27 05:31:05 1994
 +++ error.1	Fri Feb  7 04:22:11 1997
 @@ -95,7 +95,7 @@
  .Pp
  allows
  .Nm error
 -to touch files ending with ``.c'', ``.y'', ``.foo*'' and ``.y''.
 +to touch files ending with ``.c'', ``.y'', ``.foo*'' and ``.h''.
  .It Fl s
  Print out
  .Em statistics
 ----- End error.1.patch -----
 
 
 Josh Gilliam -- soil@quick.net
 
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sat Feb 8 23:01:39 PST 1997 
State-Changed-Why:  
Fixed. 

For future reference, I do track the NetBSD-bugs mailing 
list for documentation changes, so submitting a new FreeBSD PR  
really isn't require. 
>Unformatted:
