--- embedaddon/pcre/doc/pcre-config.1 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/pcre-config.1 2014/06/15 19:46:05 1.1.1.5 @@ -1,14 +1,14 @@ -.TH PCRE-CONFIG 1 +.TH PCRE-CONFIG 1 "01 January 2012" "PCRE 8.30" .SH NAME pcre-config - program to return PCRE configuration .SH SYNOPSIS .rs .sp +.nf .B pcre-config [--prefix] [--exec-prefix] [--version] [--libs] -.ti +5n -.B [--libs16] [--libs-cpp] [--libs-posix] [--cflags] -.ti +5n -.B [--cflags-posix] +.B " [--libs16] [--libs32] [--libs-cpp] [--libs-posix]" +.B " [--cflags] [--cflags-posix]" +.fi . . .SH DESCRIPTION @@ -16,7 +16,8 @@ pcre-config - program to return PCRE configuration .sp \fBpcre-config\fP returns the configuration of the installed PCRE libraries and the options required to compile a program to use them. Some of -the options apply only to the 8-bit or 16-bit libraries, respectively, and are +the options apply only to the 8-bit, or 16-bit, or 32-bit libraries, +respectively, and are not available if only one of those libraries has been built. If an unavailable option is encountered, the "usage" information is output. . @@ -45,6 +46,10 @@ with the 8-bit PCRE library (\fB-lpcre\fP on many syst Writes to the standard output the command line options required to link with the 16-bit PCRE library (\fB-lpcre16\fP on many systems). .TP 10 +\fB--libs32\fP +Writes to the standard output the command line options required to link +with the 32-bit PCRE library (\fB-lpcre32\fP on many systems). +.TP 10 \fB--libs-cpp\fP Writes to the standard output the command line options required to link with PCRE's C++ wrapper library (\fB-lpcrecpp\fP \fB-lpcre\fP on many @@ -83,5 +88,5 @@ system. It has been subsequently revised as a generic .rs .sp .nf -Last updated: 01 January 2012 +Last updated: 24 June 2012 .fi