]> Savannah Git Hosting - gnulib.git/commitdiff
doc: add two missing closing parentheses
authorBenno Schulenberg <bensberg@telfort.nl>
Tue, 22 Feb 2022 10:53:35 +0000 (11:53 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Wed, 23 Feb 2022 18:16:36 +0000 (19:16 +0100)
* doc/regex.texi (Syntax Bits): Add missing closing parenthesis.
* doc/regex.texi (BSD Regular Expression Compiling): Likewise.

ChangeLog
doc/regex.texi

index 48870de3bd7495dd7655d96fdd5ace2a50e40ad9..9748e5ab5039532b109c06e678022ab29a0fb9ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index c8a691ebc89efa4ea5ffc0af9d16a421073be344..d21052282d2ef591bcd53e61df897ac75e4b015b 100644 (file)
@@ -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: