From owner-freebsd-bugs Wed Aug 9 16:37:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA01203 for bugs-outgoing; Wed, 9 Aug 1995 16:37:20 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id QAA01197 for ; Wed, 9 Aug 1995 16:37:19 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <17759(5)>; Wed, 9 Aug 1995 16:36:41 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177475>; Wed, 9 Aug 1995 16:36:38 -0700 X-Mailer: exmh version 1.6.1 5/23/95 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: allynh@avsi.com (Allyn Hardyck), freebsd-bugs@freebsd.org Subject: Re: csh bug? In-reply-to: Your message of "Wed, 09 Aug 95 00:19:11 PDT." <199508090719.JAA29174@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 9 Aug 1995 16:36:34 PDT From: Bill Fenner Message-Id: <95Aug9.163638pdt.177475@crevenia.parc.xerox.com> Sender: bugs-owner@freebsd.org Precedence: bulk In message <199508090719.JAA29174@uriah.heep.sax.de> Joerg Wunsch writes: >As Allyn Hardyck wrote: >> jupiter 28) scan !26* >> 26*: Event not found. > >It violates csh's man page. Btw., it works correctly when you don't >omit the colon before `*'. How, exactly, is that violating the man page? The `:' separating the event specification from the word designator can be omitted if the argument selector begins with a `^', `$', `*' `-' or `%'. That seems to pretty clearly say that omitting the colon is allowable. Bill