Parent Directory
|
Revision Log
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.
1 | .TH PCRE_VERSION 3 |
2 | .SH NAME |
3 | PCRE - Perl-compatible regular expressions |
4 | .SH SYNOPSIS |
5 | .rs |
6 | .sp |
7 | .B #include <pcre.h> |
8 | .PP |
9 | .SM |
10 | .B char *pcre_version(void); |
11 | . |
12 | .SH DESCRIPTION |
13 | .rs |
14 | .sp |
15 | This function returns a character string that gives the version number of the |
16 | PCRE library and the date of its release. |
17 | .P |
18 | There is a complete description of the PCRE native API in the |
19 | .\" HREF |
20 | \fBpcreapi\fP |
21 | .\" |
22 | page and a description of the POSIX API in the |
23 | .\" HREF |
24 | \fBpcreposix\fP |
25 | .\" |
26 | page. |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | "Author Date Id Revision Url" |
ViewVC Help | |
Powered by ViewVC 1.1.5 |