summaryrefslogtreecommitdiff
path: root/doc/pcre_compile2.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pcre_compile2.3')
-rw-r--r--doc/pcre_compile2.316
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pcre_compile2.3 b/doc/pcre_compile2.3
index 907e8ff..f0c5c3d 100644
--- a/doc/pcre_compile2.3
+++ b/doc/pcre_compile2.3
@@ -21,15 +21,15 @@ PCRE - Perl-compatible regular expressions
This function compiles a regular expression into an internal form. It is the
same as \fBpcre_compile()\fP, except for the addition of the \fIerrorcodeptr\fP
argument. The arguments are:
-
+.
.sp
- \fIpattern\fR A zero-terminated string containing the
+ \fIpattern\fP A zero-terminated string containing the
regular expression to be compiled
- \fIoptions\fR Zero or more option bits
+ \fIoptions\fP Zero or more option bits
\fIerrorcodeptr\fP Where to put an error code
- \fIerrptr\fR Where to put an error message
- \fIerroffset\fR Offset in pattern where error was found
- \fItableptr\fR Pointer to character tables, or NULL to
+ \fIerrptr\fP Where to put an error message
+ \fIerroffset\fP Offset in pattern where error was found
+ \fItableptr\fP Pointer to character tables, or NULL to
use the built-in default
.sp
The option bits are:
@@ -73,10 +73,10 @@ version is not guaranteed to work and may cause crashes.
.P
There is a complete description of the PCRE native API in the
.\" HREF
-\fBpcreapi\fR
+\fBpcreapi\fP
.\"
page and a description of the POSIX API in the
.\" HREF
-\fBpcreposix\fR
+\fBpcreposix\fP
.\"
page.