From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26018 invoked by alias); 9 Jun 2014 07:09:40 -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: 32755 Received: (qmail 28165 invoked from network); 9 Jun 2014 07:09:37 -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,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Biglobe-Sender: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [PATCH] A few more format fix in docs From: "Jun T." In-Reply-To: <1401980182-28903-1-git-send-email-takimoto-j@kba.biglobe.ne.jp> Date: Mon, 9 Jun 2014 16:09:33 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: <26FC1FCC-0BF1-4875-8479-99003F14DDF5@kba.biglobe.ne.jp> References: <1401980182-28903-1-git-send-email-takimoto-j@kba.biglobe.ne.jp> To: "zsh-workers@zsh.org" X-Mailer: Apple Mail (2.1510) X-Biglobe-Spnum: 64946 Sorry, there was a minor error in gramar.yo which I didn't notice = before. I guess the line=20 'similar options)' should follow the line 'list(File generation failures where not caused by tt(NO_MATCH) or' ('list' has been replaced by 'itemiz' in my previous patch) diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index 9a1e261..719f06a 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -486,6 +486,7 @@ itemiz(Syntax errors in glob qualifiers) itemiz(File generation errors where not caught by the option = tt(BAD_PATTERN)) itemiz(All bad patterns used for matching within case statements) itemiz(File generation failures where not caused by tt(NO_MATCH) or +similar options) itemiz(All file generation errors where the pattern was used to create = a multio) itemiz(Memory errors where detected by the shell) @@ -495,7 +496,6 @@ itemiz(Logical errors with variables such as = assignment to the wrong type) itemiz(Use of invalid variable names) itemiz(Errors in variable substitution syntax) itemiz(Failure to convert characters in tt($')...tt(') expressions) -similar options) enditemize() =20 If the tt(POSIX_BUILTINS) option is set, more errors associated with