summaryrefslogtreecommitdiff
path: root/doc/html/index.html
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 12:27:42 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-06 12:27:42 +0000
commit9a3b8408473f7daeb0d2de8205c30b44ea5c5ee0 (patch)
tree061068617bb2306984bb1b5b457c75bb6280eb7b /doc/html/index.html
parent26c51f970052d0da46f23996114deffa00c28ebc (diff)
downloadpcre-9a3b8408473f7daeb0d2de8205c30b44ea5c5ee0.tar.gz
1. Move the comment about version numbers from pcre.h.in to configure.ac
because that's where they are now set. 2. Update all the man pages to remove the use of .br and .in because this causes trouble for some HTML converters. Also standardised the final sections giving author information and revision date. 3. Update the maintain/132html man page converter to handle .nf/.fi and to barf at .br/.in. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@99 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/html/index.html')
-rw-r--r--doc/html/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/index.html b/doc/html/index.html
index 68932e8..29d3b01 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -59,11 +59,11 @@ The HTML documentation for PCRE comprises the following pages:
</table>
<p>
-There are also individual pages that summarize the interface for each function
+There are also individual pages that summarize the interface for each function
in the library:
</p>
-<table>
+<table>
<tr><td><a href="pcre_compile.html">pcre_compile</a></td>
<td>&nbsp;&nbsp;Compile a regular expression</td></tr>
@@ -114,7 +114,7 @@ in the library:
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td>
<td>&nbsp;&nbsp;Build character tables in current locale</td></tr>
-
+
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td>
<td>&nbsp;&nbsp;Maintain reference count in compiled pattern</td></tr>