From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22040 invoked from network); 22 Feb 1999 10:38:26 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Feb 1999 10:38:26 -0000 Received: (qmail 3552 invoked by alias); 22 Feb 1999 10:38:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5467 Received: (qmail 3543 invoked from network); 22 Feb 1999 10:38:03 -0000 Date: Mon, 22 Feb 1999 11:37:21 +0100 (MET) Message-Id: <199902221037.LAA21123@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: PATCH: small man-page fix I just stumbled of this... Bye Sven --- od/Zsh/expn.yo Fri Feb 19 20:41:33 1999 +++ Doc/Zsh/expn.yo Sun Feb 21 16:29:18 1999 @@ -869,7 +869,7 @@ A `tt(-)' or `tt(])' may be matched by including it as the first character in the list. There are also several named classes of characters, in the form -`tt([:)var(name)(tt:])' with the following meanings: `tt([:alnum:])' +`tt([:)var(name)tt(:])' with the following meanings: `tt([:alnum:])' alphanumeric, `tt([:alpha:])' alphabetic, `tt([:blank:])' space or tab, `tt([:cntrl:])' control character, `tt([:digit:])' decimal -- Sven Wischnowsky wischnow@informatik.hu-berlin.de