[Pcre-svn] [1075] code/trunk/doc: Fix two identical document…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1075] code/trunk/doc: Fix two identical documentation typos.
Revision: 1075
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1075
Author:   ph10
Date:     2019-02-14 16:07:14 +0000 (Thu, 14 Feb 2019)
Log Message:
-----------
Fix two identical documentation typos.


Modified Paths:
--------------
    code/trunk/doc/html/pcre2_pattern_info.html
    code/trunk/doc/html/pcre2api.html
    code/trunk/doc/pcre2.txt
    code/trunk/doc/pcre2_pattern_info.3
    code/trunk/doc/pcre2api.3


Modified: code/trunk/doc/html/pcre2_pattern_info.html
===================================================================
--- code/trunk/doc/html/pcre2_pattern_info.html    2019-02-14 07:49:03 UTC (rev 1074)
+++ code/trunk/doc/html/pcre2_pattern_info.html    2019-02-14 16:07:14 UTC (rev 1075)
@@ -19,7 +19,8 @@
 <b>#include &#60;pcre2.h&#62;</b>
 </P>
 <P>
-<b>int pcre2_pattern_info(const pcre2 *<i>code</i>, uint32_t <i>what</i>, void *<i>where</i>);</b>
+<b>int pcre2_pattern_info(const pcre2_code *<i>code</i>, uint32_t <i>what</i>,</b>
+<b>   void *<i>where</i>);</b>
 </P>
 <br><b>
 DESCRIPTION


Modified: code/trunk/doc/html/pcre2api.html
===================================================================
--- code/trunk/doc/html/pcre2api.html    2019-02-14 07:49:03 UTC (rev 1074)
+++ code/trunk/doc/html/pcre2api.html    2019-02-14 16:07:14 UTC (rev 1075)
@@ -312,7 +312,8 @@
 <b>const unsigned char *pcre2_maketables(pcre2_general_context *<i>gcontext</i>);</b>
 <br>
 <br>
-<b>int pcre2_pattern_info(const pcre2 *<i>code</i>, uint32_t <i>what</i>, void *<i>where</i>);</b>
+<b>int pcre2_pattern_info(const pcre2_code *<i>code</i>, uint32_t <i>what</i>, </b>
+<b>  void *<i>where</i>);</b>
 <br>
 <br>
 <b>int pcre2_callout_enumerate(const pcre2_code *<i>code</i>,</b>
@@ -3807,7 +3808,7 @@
 </P>
 <br><a name="SEC42" href="#TOC1">REVISION</a><br>
 <P>
-Last updated: 12 February 2019
+Last updated: 14 February 2019
 <br>
 Copyright &copy; 1997-2019 University of Cambridge.
 <br>


Modified: code/trunk/doc/pcre2.txt
===================================================================
--- code/trunk/doc/pcre2.txt    2019-02-14 07:49:03 UTC (rev 1074)
+++ code/trunk/doc/pcre2.txt    2019-02-14 16:07:14 UTC (rev 1075)
@@ -402,7 +402,8 @@


        const unsigned char *pcre2_maketables(pcre2_general_context *gcontext);


-       int pcre2_pattern_info(const pcre2 *code, uint32_t what, void *where);
+       int pcre2_pattern_info(const pcre2_code *code, uint32_t what,
+         void *where);


        int pcre2_callout_enumerate(const pcre2_code *code,
          int (*callback)(pcre2_callout_enumerate_block *, void *),
@@ -3677,7 +3678,7 @@


REVISION

-       Last updated: 12 February 2019
+       Last updated: 14 February 2019
        Copyright (c) 1997-2019 University of Cambridge.
 ------------------------------------------------------------------------------



Modified: code/trunk/doc/pcre2_pattern_info.3
===================================================================
--- code/trunk/doc/pcre2_pattern_info.3    2019-02-14 07:49:03 UTC (rev 1074)
+++ code/trunk/doc/pcre2_pattern_info.3    2019-02-14 16:07:14 UTC (rev 1075)
@@ -1,4 +1,4 @@
-.TH PCRE2_PATTERN_INFO 3 "16 December 2017" "PCRE2 10.31"
+.TH PCRE2_PATTERN_INFO 3 "14 February 2019" "PCRE2 10.33"
 .SH NAME
 PCRE2 - Perl-compatible regular expressions (revised API)
 .SH SYNOPSIS
@@ -7,7 +7,8 @@
 .B #include <pcre2.h>
 .PP
 .nf
-.B int pcre2_pattern_info(const pcre2 *\fIcode\fP, uint32_t \fIwhat\fP, void *\fIwhere\fP);
+.B int pcre2_pattern_info(const pcre2_code *\fIcode\fP, uint32_t \fIwhat\fP,
+.B "   void *\fIwhere\fP);"
 .fi
 .
 .SH DESCRIPTION


Modified: code/trunk/doc/pcre2api.3
===================================================================
--- code/trunk/doc/pcre2api.3    2019-02-14 07:49:03 UTC (rev 1074)
+++ code/trunk/doc/pcre2api.3    2019-02-14 16:07:14 UTC (rev 1075)
@@ -1,4 +1,4 @@
-.TH PCRE2API 3 "12 February 2019" "PCRE2 10.33"
+.TH PCRE2API 3 "14 February 2019" "PCRE2 10.33"
 .SH NAME
 PCRE2 - Perl-compatible regular expressions (revised API)
 .sp
@@ -247,7 +247,8 @@
 .sp
 .B const unsigned char *pcre2_maketables(pcre2_general_context *\fIgcontext\fP);
 .sp
-.B int pcre2_pattern_info(const pcre2 *\fIcode\fP, uint32_t \fIwhat\fP, void *\fIwhere\fP);
+.B int pcre2_pattern_info(const pcre2_code *\fIcode\fP, uint32_t \fIwhat\fP, 
+.B "  void *\fIwhere\fP);"
 .sp
 .B int pcre2_callout_enumerate(const pcre2_code *\fIcode\fP,
 .B "  int (*\fIcallback\fP)(pcre2_callout_enumerate_block *, void *),"
@@ -3816,6 +3817,6 @@
 .rs
 .sp
 .nf
-Last updated: 12 February 2019
+Last updated: 14 February 2019
 Copyright (c) 1997-2019 University of Cambridge.
 .fi