Subject: misc/3199: bug in error.1
To: None <gnats-bugs@gnats.netbsd.org>
From: None <msaitoh@spa.is.uec.ac.jp>
List: netbsd-bugs
Date: 02/07/1997 18:55:50
>Number: 3199
>Category: misc
>Synopsis: bug in error.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Feb 7 02:05:02 1997
>Last-Modified:
>Originator: SAITOH Masanobu
>Organization:
>Release: latest -current
>Environment:
System: NetBSD ifree.spa.is.uec.ac.jp 1.2B NetBSD 1.2B (IFREE) #29: Wed Jan 15 15:58:05 JST 1997 msaitoh@ifree.spa.is.uec.ac.jp:/var/sources/src/sys/arch/i386/compile/IFREE i386
>Description:
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 error
>Fix:
Apply following patch:
--- error.1.orig Sat Oct 14 12:05:53 1995
+++ error.1 Fri Feb 7 18:38:41 1997
@@ -97,7 +97,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
>Audit-Trail:
>Unformatted: