summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-02-22 11:53:35 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2022-02-23 19:16:36 +0100
commit8a1e1616f143ccebf13ea477a1d0a4040ce2ddc4 (patch)
tree6aa8df716200df8dd7a40dc40d748aff68d74415 /doc
parent3a24ff8a1045d8d38824088c0984bb59d0192e65 (diff)
downloadgnulib-8a1e1616f143ccebf13ea477a1d0a4040ce2ddc4.tar.gz
doc: add two missing closing parentheses
* doc/regex.texi (Syntax Bits): Add missing closing parenthesis. * doc/regex.texi (BSD Regular Expression Compiling): Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/regex.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regex.texi b/doc/regex.texi
index c8a691ebc8..d21052282d 100644
--- a/doc/regex.texi
+++ b/doc/regex.texi
@@ -118,7 +118,7 @@ order:
@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.)
@@ -2122,7 +2122,7 @@ With Berkeley Unix, you can only search for a given regular
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: