Skip to content

Commit c9e03ce

Browse files
committed
Minor doc update
1 parent 62a6498 commit c9e03ce

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

doc/html/pcre2api.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,7 +3630,8 @@ <h1>pcre2api man page</h1>
36303630
If PCRE2_SUBSTITUTE_LITERAL is set, the replacement string is not interpreted
36313631
in any way. By default, however, a dollar character is an escape character that
36323632
can specify the insertion of characters from capture groups and names from
3633-
(*MARK) or other control verbs in the pattern. The following forms are always
3633+
(*MARK) or other control verbs in the pattern. Dollar is the only escape
3634+
character (backslash is treated as literal). The following forms are always
36343635
recognized:
36353636
<pre>
36363637
$$ insert a dollar character
@@ -4140,7 +4141,7 @@ <h1>pcre2api man page</h1>
41404141
</P>
41414142
<br><a name="SEC43" href="#TOC1">REVISION</a><br>
41424143
<P>
4143-
Last updated: 02 December 2023
4144+
Last updated: 08 December 2023
41444145
<br>
41454146
Copyright &copy; 1997-2023 University of Cambridge.
41464147
<br>

doc/pcre2.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3506,7 +3506,8 @@ CREATING A NEW STRING WITH SUBSTITUTIONS
35063506
terpreted in any way. By default, however, a dollar character is an es-
35073507
cape character that can specify the insertion of characters from cap-
35083508
ture groups and names from (*MARK) or other control verbs in the pat-
3509-
tern. The following forms are always recognized:
3509+
tern. Dollar is the only escape character (backslash is treated as lit-
3510+
eral). The following forms are always recognized:
35103511

35113512
$$ insert a dollar character
35123513
$<n> or ${<n>} insert the contents of group <n>
@@ -3977,11 +3978,11 @@ AUTHOR
39773978

39783979
REVISION
39793980

3980-
Last updated: 02 December 2023
3981+
Last updated: 08 December 2023
39813982
Copyright (c) 1997-2023 University of Cambridge.
39823983

39833984

3984-
PCRE2 10.43 02 December 2023 PCRE2API(3)
3985+
PCRE2 10.43 08 December 2023 PCRE2API(3)
39853986
------------------------------------------------------------------------------
39863987

39873988

doc/pcre2api.3

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PCRE2API 3 "02 December 2023" "PCRE2 10.43"
1+
.TH PCRE2API 3 "08 December 2023" "PCRE2 10.43"
22
.SH NAME
33
PCRE2 - Perl-compatible regular expressions (revised API)
44
.sp
@@ -3638,7 +3638,8 @@ replacement string causes an immediate return with the relevant UTF error code.
36383638
If PCRE2_SUBSTITUTE_LITERAL is set, the replacement string is not interpreted
36393639
in any way. By default, however, a dollar character is an escape character that
36403640
can specify the insertion of characters from capture groups and names from
3641-
(*MARK) or other control verbs in the pattern. The following forms are always
3641+
(*MARK) or other control verbs in the pattern. Dollar is the only escape
3642+
character (backslash is treated as literal). The following forms are always
36423643
recognized:
36433644
.sp
36443645
$$ insert a dollar character
@@ -4148,6 +4149,6 @@ Cambridge, England.
41484149
.rs
41494150
.sp
41504151
.nf
4151-
Last updated: 02 December 2023
4152+
Last updated: 08 December 2023
41524153
Copyright (c) 1997-2023 University of Cambridge.
41534154
.fi

doc/pcre2demo.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PCRE2DEMO 3 " 2 December 2023" "PCRE2 10.43-DEV"
1+
.TH PCRE2DEMO 3 " 8 December 2023" "PCRE2 10.43-DEV"
22
.\"AUTOMATICALLY GENERATED BY PrepareRelease - do not EDIT!
33
.SH NAME
44
// - A demonstration C program for PCRE2 - //

0 commit comments

Comments
 (0)