]> granicus.if.org Git - flex/commitdiff
Put angle brackets around start condition name; resolves bug #168.
authorWill Estes <westes575@gmail.com>
Thu, 3 Apr 2014 00:18:08 +0000 (20:18 -0400)
committerWill Estes <westes575@gmail.com>
Thu, 3 Apr 2014 00:18:08 +0000 (20:18 -0400)
doc/flex.texi

index 07ce3ac6c7e05b7259c83490d31983f870178d3d..dbcc4ad6210be8336b7190da972590c1f6eecc81 100644 (file)
@@ -1934,9 +1934,9 @@ condition @dfn{scope}.  A start condition scope is begun with:
 @end verbatim
 @end example
 
-where @code{SCs} is a list of one or more start conditions.  Inside the
+where @code{<SCs>} is a list of one or more start conditions.  Inside the
 start condition scope, every rule automatically has the prefix
-@code{SCs>} applied to it, until a @samp{@}} which matches the initial
+@code{<SCs>} applied to it, until a @samp{@}} which matches the initial
 @samp{@{}.  So, for example,
 
 @cindex extended scope of start conditions