From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8715 invoked by alias); 19 Sep 2014 09:12:44 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19109 Received: (qmail 24198 invoked from network); 19 Sep 2014 09:12:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Date: Fri, 19 Sep 2014 17:02:20 +0800 From: Han Pingtian To: zsh-user Subject: man page bug for negative pattern? Message-ID: <20140919090220.GB4265@localhost.localdomain> Mail-Followup-To: zsh-user MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14091909-7182-0000-0000-0000007ECCC6 Hi, In man page of zshexpn, for "^x" negative pattern, it said: This has a higher precedence than `/' But I think the precedence should be lower than /, right? Just as the zshguide said: In filename generation, the ^ has a lower precedence than a slash: in page 228.