Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] A few more format fix in docs



Sorry, there was a minor error in gramar.yo which I didn't notice before.

I guess the line 
    '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()
 
 If the tt(POSIX_BUILTINS) option is set, more errors associated with




Messages sorted by: Reverse Date, Date, Thread, Author