summaryrefslogtreecommitdiff
path: root/pcre/doc/pcre_study.3
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mnogosearch.org>2014-02-03 08:54:12 +0400
committerAlexander Barkov <bar@mnogosearch.org>2014-02-03 08:54:12 +0400
commit74cca641557196512468fafe77d22bfea4f243ea (patch)
tree4df5f82f7210d72a0ec3dcc2f9b49d50612b6a3a /pcre/doc/pcre_study.3
parent2acc01b3cfa27074f93016b893cda20fa0a3497f (diff)
downloadmariadb-git-74cca641557196512468fafe77d22bfea4f243ea.tar.gz
Upgrading the bundled PCRE to 8.34
Diffstat (limited to 'pcre/doc/pcre_study.3')
-rw-r--r--pcre/doc/pcre_study.316
1 files changed, 7 insertions, 9 deletions
diff --git a/pcre/doc/pcre_study.3 b/pcre/doc/pcre_study.3
index 1f2b465afff..1200e0a6683 100644
--- a/pcre/doc/pcre_study.3
+++ b/pcre/doc/pcre_study.3
@@ -6,18 +6,16 @@ PCRE - Perl-compatible regular expressions
.sp
.B #include <pcre.h>
.PP
-.SM
+.nf
.B pcre_extra *pcre_study(const pcre *\fIcode\fP, int \fIoptions\fP,
-.ti +5n
-.B const char **\fIerrptr\fP);
-.PP
+.B " const char **\fIerrptr\fP);"
+.sp
.B pcre16_extra *pcre16_study(const pcre16 *\fIcode\fP, int \fIoptions\fP,
-.ti +5n
-.B const char **\fIerrptr\fP);
-.PP
+.B " const char **\fIerrptr\fP);"
+.sp
.B pcre32_extra *pcre32_study(const pcre32 *\fIcode\fP, int \fIoptions\fP,
-.ti +5n
-.B const char **\fIerrptr\fP);
+.B " const char **\fIerrptr\fP);"
+.fi
.
.SH DESCRIPTION
.rs