+2022-02-22 Benno Schulenberg <bensberg@telfort.nl> (tiny change)
+
+ doc: add two missing closing parentheses
+ * doc/regex.texi (Syntax Bits): Add missing closing parenthesis.
+ * doc/regex.texi (BSD Regular Expression Compiling): Likewise.
+
2022-02-22 Simon Josefsson <simon@josefsson.org>
gnulib-tool: Bump automake dependency.
@cnindex RE_BACKSLASH_ESCAPE_IN_LIST
@item RE_BACKSLASH_ESCAPE_IN_LISTS
-If this bit is set, then @samp{\} inside a list (@pxref{List Operators}
+If this bit is set, then @samp{\} inside a list (@pxref{List Operators})
quotes (makes ordinary, if it's special) the following character; if
this bit isn't set, then @samp{\} is an ordinary character inside lists.
(@xref{The Backslash Character}, for what @samp{\} does outside of lists.)
expression; you can't match one. To search for it, you must first
compile it. Before you compile it, you must indicate the regular
expression syntax you want it compiled according to by setting the
-variable @code{re_syntax_options} (declared in @file{regex.h} to some
+variable @code{re_syntax_options} (declared in @file{regex.h}) to some
syntax (@pxref{Regular Expression Syntax}).
To compile a regular expression use: