OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / regex.3
index 3428f86..bee47b1 100644 (file)
@@ -146,7 +146,7 @@ which cause changes in matching behavior described below.
 The match-beginning-of-line operator always fails to match (but see the
 compilation flag
 .B REG_NEWLINE
-above)
+above).
 This flag may be used when different portions of a string are passed to
 .BR regexec ()
 and the beginning of the string should not be interpreted as the
@@ -156,7 +156,7 @@ beginning of the line.
 The match-end-of-line operator always fails to match (but see the
 compilation flag
 .B REG_NEWLINE
-above)
+above).
 .SS Byte offsets
 Unless
 .B REG_NOSUB
@@ -289,7 +289,7 @@ Trailing backslash.
 Un-matched parenthesis group operators.
 .TP
 .B REG_ERANGE
-Invalid use of the range operator, e.g., the ending point of the range
+Invalid use of the range operator; for example, the ending point of the range
 occurs prior to the starting point.
 .TP
 .B REG_ESIZE