Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions doc/html/pcre2-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,22 @@ <h1>pcre2-config man page</h1>
<p>
<b>pcre2-config</b> returns the configuration of the installed PCRE2 libraries
and the options required to compile a program to use them. Some of the options
apply only to the 8-bit, or 16-bit, or 32-bit libraries, respectively, and are
not available for libraries that have not been built. If an unavailable option
is encountered, the "usage" information is output.
apply only to the 8-bit, 16-bit, or 32-bit libraries, respectively, and are not
available for libraries that have not been built. If an unavailable option is
encountered, the "usage" information is output.
</p>
<br><a name="SEC3" href="#TOC1">OPTIONS</a><br>
<p>
<b>--prefix</b>
Writes the directory prefix used in the PCRE2 installation for architecture
independent files (<i>/usr</i> on many systems, <i>/usr/local</i> on some
systems) to the standard output.
Writes the directory prefix used in the PCRE2 installation for
architecture-independent files (<i>/usr</i> on many systems, <i>/usr/local</i> on
some systems) to the standard output.
</p>
<p>
<b>--exec-prefix</b>
Writes the directory prefix used in the PCRE2 installation for architecture
dependent files (normally the same as <b>--prefix</b>) to the standard output.
Writes the directory prefix used in the PCRE2 installation for
architecture-dependent files (normally the same as <b>--prefix</b>) to the
standard output.
</p>
<p>
<b>--version</b>
Expand Down
4 changes: 2 additions & 2 deletions doc/html/pcre2.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h1>pcre2 man page</h1>
<p>
As well as Perl-style regular expression patterns, some features that appeared
in Python and the original PCRE before they appeared in Perl are available
using the Python syntax. There is also some support for some .NET and Oniguruma
syntax items, and there are options for requesting some minor changes that give
using the Python syntax. There is also support for some .NET and Oniguruma
syntax items, and there are options for requesting minor changes that give
better ECMAScript (JavaScript) compatibility.
</p>
<p>
Expand Down
4 changes: 2 additions & 2 deletions doc/html/pcre2api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ <h1>pcre2api man page</h1>
unescaped closing parenthesis terminates the name. A closing parenthesis can be
included in a name either as \) or between \Q and \E. If the PCRE2_EXTENDED
or PCRE2_EXTENDED_MORE option is set with PCRE2_ALT_VERBNAMES, unescaped
whitespace in verb names is skipped and #-comments are recognized, exactly as
white space in verb names is skipped and #-comments are recognized, exactly as
in the rest of the pattern.
<pre>
PCRE2_AUTO_CALLOUT
Expand Down Expand Up @@ -3924,7 +3924,7 @@ <h1>pcre2api man page</h1>
</p>
<p>
The Python form \g&#60;n&#62;, where the angle brackets are part of the syntax and <i>n</i>
is either a group name or number, is recognized as an altertive way of
is either a group name or number, is recognized as an alternative way of
inserting the contents of a group, for example \g&#60;3&#62;.
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/pcre2matching.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>pcre2matching man page</h1>
This document describes the two different algorithms that are available in
PCRE2 for matching a compiled regular expression against a given subject
string. The "standard" algorithm is the one provided by the <b>pcre2_match()</b>
function. This works in the same as Perl's matching function, and provides a
function. This works in the same way as Perl's matching function, and provides a
Perl-compatible matching operation. The just-in-time (JIT) optimization that is
described in the
<a href="pcre2jit.html"><b>pcre2jit</b></a>
Expand Down
2 changes: 1 addition & 1 deletion doc/html/pcre2pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,7 @@ <h1>pcre2pattern man page</h1>
<p>
A closing parenthesis can be included in a name either as \) or between \Q
and \E. In addition to backslash processing, if the PCRE2_EXTENDED or
PCRE2_EXTENDED_MORE option is also set, unescaped whitespace in verb names is
PCRE2_EXTENDED_MORE option is also set, unescaped white space in verb names is
skipped, and #-comments are recognized, exactly as in the rest of the pattern.
PCRE2_EXTENDED and PCRE2_EXTENDED_MORE do not affect verb names unless
PCRE2_ALT_VERBNAMES is also set.
Expand Down
2 changes: 1 addition & 1 deletion doc/html/pcre2sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>pcre2sample man page</h1>
distribution. A listing of this program is given in the
<a href="pcre2demo.html"><b>pcre2demo</b></a>
documentation. If you do not have a copy of the PCRE2 distribution, you can
save this listing to re-create the contents of <i>pcre2demo.c</i>.
save this listing to recreate the contents of <i>pcre2demo.c</i>.
</p>
<p>
The demonstration program compiles the regular expression that is its
Expand Down
2 changes: 1 addition & 1 deletion doc/html/pcre2syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h1>pcre2syntax man page</h1>
<p>
<pre>
(?[...]) Perl extended character class
(?[\p{Thai} & \p{Nd}]) operators; whitespace ignored
(?[\p{Thai} & \p{Nd}]) operators; white space ignored
(?[(x - y) & z]) parentheses for grouping

(?[ [^3] & \p{Nd} ]) [...] is a nested ordinary class
Expand Down
4 changes: 2 additions & 2 deletions doc/html/pcre2test.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h1>pcre2test man page</h1>
<br><a name="SEC7" href="#TOC1">MODIFIER SYNTAX</a><br>
<p>
Modifier lists are used with both pattern and subject lines. Items in a list
are separated by commas followed by optional white space. Trailing whitespace
are separated by commas followed by optional white space. Trailing white space
in a modifier list is ignored. Some modifiers may be given for both patterns
and subject lines, whereas others are valid only for one or the other. Each
modifier has a long name, for example "anchored", and some of them must be
Expand Down Expand Up @@ -615,7 +615,7 @@ <h1>pcre2test man page</h1>
<pre>
abc\=notbol,notempty
</pre>
If the subject string is empty and \= is followed by whitespace, the line is
If the subject string is empty and \= is followed by white space, the line is
treated as a comment line, and is not used for matching. For example:
<pre>
\= This is a comment.
Expand Down
17 changes: 9 additions & 8 deletions doc/pcre2-config.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,23 @@ pcre2-config - program to return PCRE2 configuration
.sp
\fBpcre2-config\fP returns the configuration of the installed PCRE2 libraries
and the options required to compile a program to use them. Some of the options
apply only to the 8-bit, or 16-bit, or 32-bit libraries, respectively, and are
not available for libraries that have not been built. If an unavailable option
is encountered, the "usage" information is output.
apply only to the 8-bit, 16-bit, or 32-bit libraries, respectively, and are not
available for libraries that have not been built. If an unavailable option is
encountered, the "usage" information is output.
.
.
.SH OPTIONS
.rs
.TP 10
\fB--prefix\fP
Writes the directory prefix used in the PCRE2 installation for architecture
independent files (\fI/usr\fP on many systems, \fI/usr/local\fP on some
systems) to the standard output.
Writes the directory prefix used in the PCRE2 installation for
architecture-independent files (\fI/usr\fP on many systems, \fI/usr/local\fP on
some systems) to the standard output.
.TP 10
\fB--exec-prefix\fP
Writes the directory prefix used in the PCRE2 installation for architecture
dependent files (normally the same as \fB--prefix\fP) to the standard output.
Writes the directory prefix used in the PCRE2 installation for
architecture-dependent files (normally the same as \fB--prefix\fP) to the
standard output.
.TP 10
\fB--version\fP
Writes the version number of the installed PCRE2 libraries to the standard
Expand Down
42 changes: 21 additions & 21 deletions doc/pcre2-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,51 +16,51 @@ DESCRIPTION

pcre2-config returns the configuration of the installed PCRE2 libraries
and the options required to compile a program to use them. Some of the
options apply only to the 8-bit, or 16-bit, or 32-bit libraries, re-
spectively, and are not available for libraries that have not been
built. If an unavailable option is encountered, the "usage" information
is output.
options apply only to the 8-bit, 16-bit, or 32-bit libraries, respec-
tively, and are not available for libraries that have not been built.
If an unavailable option is encountered, the "usage" information is
output.


OPTIONS

--prefix Writes the directory prefix used in the PCRE2 installation
for architecture independent files (/usr on many systems,
--prefix Writes the directory prefix used in the PCRE2 installation
for architecture-independent files (/usr on many systems,
/usr/local on some systems) to the standard output.

--exec-prefix
Writes the directory prefix used in the PCRE2 installation
for architecture dependent files (normally the same as --pre-
Writes the directory prefix used in the PCRE2 installation
for architecture-dependent files (normally the same as --pre-
fix) to the standard output.

--version Writes the version number of the installed PCRE2 libraries to
the standard output.

--libs8 Writes to the standard output the command line options re-
quired to link with the 8-bit PCRE2 library (-lpcre2-8 on
--libs8 Writes to the standard output the command line options re-
quired to link with the 8-bit PCRE2 library (-lpcre2-8 on
many systems).

--libs16 Writes to the standard output the command line options re-
quired to link with the 16-bit PCRE2 library (-lpcre2-16 on
--libs16 Writes to the standard output the command line options re-
quired to link with the 16-bit PCRE2 library (-lpcre2-16 on
many systems).

--libs32 Writes to the standard output the command line options re-
quired to link with the 32-bit PCRE2 library (-lpcre2-32 on
--libs32 Writes to the standard output the command line options re-
quired to link with the 32-bit PCRE2 library (-lpcre2-32 on
many systems).

--libs-posix
Writes to the standard output the command line options re-
Writes to the standard output the command line options re-
quired to link with PCRE2's POSIX API wrapper library
(-lpcre2-posix -lpcre2-8 on many systems).

--cflags Writes to the standard output the command line options re-
--cflags Writes to the standard output the command line options re-
quired to compile files that use PCRE2 (this may include some
-I options, but is blank on many systems).

--cflags-posix
Writes to the standard output the command line options re-
quired to compile files that use PCRE2's POSIX API wrapper
library (this may include some -I options, but is blank on
Writes to the standard output the command line options re-
quired to compile files that use PCRE2's POSIX API wrapper
library (this may include some -I options, but is blank on
many systems).


Expand All @@ -71,8 +71,8 @@ SEE ALSO

AUTHOR

This manual page was originally written by Mark Baker for the Debian
GNU/Linux system. It has been subsequently revised as a generic PCRE2
This manual page was originally written by Mark Baker for the Debian
GNU/Linux system. It has been subsequently revised as a generic PCRE2
man page.


Expand Down
4 changes: 2 additions & 2 deletions doc/pcre2.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ obsolete and is no longer maintained.
.P
As well as Perl-style regular expression patterns, some features that appeared
in Python and the original PCRE before they appeared in Perl are available
using the Python syntax. There is also some support for some .NET and Oniguruma
syntax items, and there are options for requesting some minor changes that give
using the Python syntax. There is also support for some .NET and Oniguruma
syntax items, and there are options for requesting minor changes that give
better ECMAScript (JavaScript) compatibility.
.P
The source code for PCRE2 can be compiled to support strings of 8-bit, 16-bit,
Expand Down
Loading