Skip to content

Commit

Permalink
Minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipHazel committed Dec 8, 2023
1 parent 62a6498 commit c9e03ce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 3 additions & 2 deletions doc/html/pcre2api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3630,7 +3630,8 @@ <h1>pcre2api man page</h1>
If PCRE2_SUBSTITUTE_LITERAL is set, the replacement string is not interpreted
in any way. By default, however, a dollar character is an escape character that
can specify the insertion of characters from capture groups and names from
(*MARK) or other control verbs in the pattern. The following forms are always
(*MARK) or other control verbs in the pattern. Dollar is the only escape
character (backslash is treated as literal). The following forms are always
recognized:
<pre>
$$ insert a dollar character
Expand Down Expand Up @@ -4140,7 +4141,7 @@ <h1>pcre2api man page</h1>
</P>
<br><a name="SEC43" href="#TOC1">REVISION</a><br>
<P>
Last updated: 02 December 2023
Last updated: 08 December 2023
<br>
Copyright &copy; 1997-2023 University of Cambridge.
<br>
Expand Down
7 changes: 4 additions & 3 deletions doc/pcre2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3506,7 +3506,8 @@ CREATING A NEW STRING WITH SUBSTITUTIONS
terpreted in any way. By default, however, a dollar character is an es-
cape character that can specify the insertion of characters from cap-
ture groups and names from (*MARK) or other control verbs in the pat-
tern. The following forms are always recognized:
tern. Dollar is the only escape character (backslash is treated as lit-
eral). The following forms are always recognized:

$$ insert a dollar character
$<n> or ${<n>} insert the contents of group <n>
Expand Down Expand Up @@ -3977,11 +3978,11 @@ AUTHOR

REVISION

Last updated: 02 December 2023
Last updated: 08 December 2023
Copyright (c) 1997-2023 University of Cambridge.


PCRE2 10.43 02 December 2023 PCRE2API(3)
PCRE2 10.43 08 December 2023 PCRE2API(3)
------------------------------------------------------------------------------


Expand Down
7 changes: 4 additions & 3 deletions doc/pcre2api.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PCRE2API 3 "02 December 2023" "PCRE2 10.43"
.TH PCRE2API 3 "08 December 2023" "PCRE2 10.43"
.SH NAME
PCRE2 - Perl-compatible regular expressions (revised API)
.sp
Expand Down Expand Up @@ -3638,7 +3638,8 @@ replacement string causes an immediate return with the relevant UTF error code.
If PCRE2_SUBSTITUTE_LITERAL is set, the replacement string is not interpreted
in any way. By default, however, a dollar character is an escape character that
can specify the insertion of characters from capture groups and names from
(*MARK) or other control verbs in the pattern. The following forms are always
(*MARK) or other control verbs in the pattern. Dollar is the only escape
character (backslash is treated as literal). The following forms are always
recognized:
.sp
$$ insert a dollar character
Expand Down Expand Up @@ -4148,6 +4149,6 @@ Cambridge, England.
.rs
.sp
.nf
Last updated: 02 December 2023
Last updated: 08 December 2023
Copyright (c) 1997-2023 University of Cambridge.
.fi
2 changes: 1 addition & 1 deletion doc/pcre2demo.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PCRE2DEMO 3 " 2 December 2023" "PCRE2 10.43-DEV"
.TH PCRE2DEMO 3 " 8 December 2023" "PCRE2 10.43-DEV"
.\"AUTOMATICALLY GENERATED BY PrepareRelease - do not EDIT!
.SH NAME
// - A demonstration C program for PCRE2 - //
Expand Down

0 comments on commit c9e03ce

Please sign in to comment.