From 37b118d79c3125d2b0e39d4c821a13c91e800b48 Mon Sep 17 00:00:00 2001 From: jcfp Date: Mon, 21 Dec 2015 14:25:49 +0100 Subject: [PATCH] missed some occurrences... --- re2c/doc/manpage.rst.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/re2c/doc/manpage.rst.in b/re2c/doc/manpage.rst.in index 59bc8183..674b4fde 100644 --- a/re2c/doc/manpage.rst.in +++ b/re2c/doc/manpage.rst.in @@ -532,7 +532,7 @@ INPLACE CONFIGURATIONS body. ``re2c:define:YYFILL@len = "@@";`` - Any occurence of this text + Any occurrence of this text inside of ``YYFILL`` will be replaced with the actual argument. ``re2c:yyfill:parameter = 1;`` @@ -639,7 +639,7 @@ INPLACE CONFIGURATIONS ``YYSETCONDITION`` body. ``re2c:define:YYSETCONDITION@cond = "@@";`` - Any occurence of this + Any occurrence of this text inside of ``YYSETCONDITION`` will be replaced with the actual argument. @@ -670,7 +670,7 @@ INPLACE CONFIGURATIONS ``YYSETSTATE`` body. ``re2c:define:YYSETSTATE@state = "@@";`` - Any occurence of this text + Any occurrence of this text inside of ``YYSETSTATE`` will be replaced with the actual argument. ``re2c:define:YYSETSTATE:naked = 0;`` @@ -739,10 +739,10 @@ REGULAR EXPRESSIONS which can be expressed as character classes. ``r*`` - zero or more occurences of ``r``. + zero or more occurrences of ``r``. ``r+`` - one or more occurences of ``r``. + one or more occurrences of ``r``. ``r?`` optional ``r``. -- 2.49.0