Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh.texi bug in 3.0.0
- X-seq: zsh-workers 2028
- From: hoh@xxxxxxxxxx (Goran Larsson)
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: zsh.texi bug in 3.0.0
- Date: Sun, 18 Aug 1996 22:32:29 +0200 (MET-DST)
The zsh.texi document for zsh 3.0.0 has a(t least one) problem:
The numeric filename generation pattern <> was not changed to <->
when <> lost its meaning in filename generation.
*** zsh.texi,DIST	Thu Aug 15 18:47:39 1996
--- zsh.texi	Sun Aug 18 22:23:29 1996
***************
*** 1277,1283 ****
  Matches any number in the range @code{x} to @code{y}, inclusive.  If
  @code{x} is omitted, the number must be less than or equal to @code{y}.  If 
  @code{y} is omitted, the number must be greater than or equal to
! @code{x}.  A pattern of the form @code{<>} matches any number.
  
  @item ^x
  Matches anything except the pattern @code{x}.
--- 1277,1283 ----
  Matches any number in the range @code{x} to @code{y}, inclusive.  If
  @code{x} is omitted, the number must be less than or equal to @code{y}.  If 
  @code{y} is omitted, the number must be greater than or equal to
! @code{x}.  A pattern of the form @code{<->} matches any number.
  
  @item ^x
  Matches anything except the pattern @code{x}.
-- 
 Goran Larsson                        mailto:hoh@xxxxxxxxxx
 I was an atheist,                    http://home1.swipnet.se/%7Ew-12153
 until I found out I was God.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author