From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: doc/syntax.tex, src/sod-module.5: Typeset `s' properly. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/c32aa709ec47cee02e46fc9e74e58eb6a9b430a6 doc/syntax.tex, src/sod-module.5: Typeset `s' properly. In `doc/syntax.tex', the plural `s' was mistakenly included as part of the nonterminal name. In `src/sod-module.5', the nonterminal didn't have distinctive typesetting at all. --- diff --git a/doc/syntax.tex b/doc/syntax.tex index 30b8b32..0d1c65e 100644 --- a/doc/syntax.tex +++ b/doc/syntax.tex @@ -457,7 +457,7 @@ using the @"typename" or @"class" definitions. Declaration specifiers may appear in any order. However, not all combinations are permitted. A declaration specifier must consist of zero or -more @, and one of the following, up to reordering. +more @s, and one of the following, up to reordering. \begin{itemize} \item @ \item @"struct" @, @"union" @, @"enum" @ diff --git a/src/sod-module.5 b/src/sod-module.5 index 4d59011..640f1f9 100644 --- a/src/sod-module.5 +++ b/src/sod-module.5 @@ -708,7 +708,8 @@ class-definition Declaration specifiers may appear in any order. However, not all combinations are permitted. A declaration specifier must consist of -zero or more qualifiers, +zero or more +.IR qualifier s, and one of the following, up to reordering. .hP \*o .I type-name