From c32aa709ec47cee02e46fc9e74e58eb6a9b430a6 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] doc/syntax.tex, src/sod-module.5: Typeset `s' properly. Organization: Straylight/Edgeware From: Mark Wooding 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. --- doc/syntax.tex | 2 +- src/sod-module.5 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- [mdw]