From owner-freebsd-bugs Fri Feb 7 14:29:47 1997 Return-Path: <owner-bugs> Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA27430 for bugs-outgoing; Fri, 7 Feb 1997 14:29:47 -0800 (PST) Received: from stanton-1-1.quick.net (soil@newport-1-10.quick.net [206.171.89.210]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA27012; Fri, 7 Feb 1997 14:28:06 -0800 (PST) Received: from localhost (soil@localhost) by stanton-1-1.quick.net (8.8.5/8.8.5) with SMTP id OAA01252; Fri, 7 Feb 1997 14:28:00 -0800 (PST) X-Authentication-Warning: stanton-1-1.quick.net: soil owned process doing -bs Date: Fri, 7 Feb 1997 14:28:00 -0800 (PST) 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 In-Reply-To: <199702071225.EAA14915@stanton-1-1.quick.net> Message-ID: <Pine.BSF.3.95q.970207141554.189C-100000@stanton-1-1.quick.net> X-IRC: soil X-Operating-System: FreeBSD 2.1.6.1-RELEASE i386 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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