From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12206 invoked by alias); 18 Apr 2015 00:04:20 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34924 Received: (qmail 16567 invoked from network); 18 Apr 2015 00:04:08 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Sat, 18 Apr 2015 07:48:30 +0800 From: Han Pingtian To: zsh-workers@zsh.org Subject: [PATCH] correct typo on noglob in sh/ksh emulation set Message-ID: <20150417234829.GA7296@localhost.localdomain> Mail-Followup-To: zsh-workers@zsh.org 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: 15041723-0013-0000-0000-0000006C2847 Hi, I'd like to know if this patch correct? Thanks. Signed-off-by: Han Pingtian --- Doc/Zsh/options.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 20d9fc2..340a1e6 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -2525,7 +2525,7 @@ sitem(tt(-X))(MARK_DIRS) sitem(tt(-a))(ALL_EXPORT) sitem(tt(-b))(NOTIFY) sitem(tt(-e))(ERR_EXIT) -sitem(tt(-f))(em(NO_)GLOB) +sitem(tt(-F))(em(NO_)GLOB) sitem(tt(-i))(INTERACTIVE) sitem(tt(-l))(LOGIN) sitem(tt(-m))(MONITOR) -- 1.9.3