Diff for /embedaddon/pcre/doc/pcre-config.1 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:05:52 version 1.1.1.2, 2012/02/21 23:50:25
Line 6  pcre-config - program to return PCRE configuration Line 6  pcre-config - program to return PCRE configuration
 .sp  .sp
 .B pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]  .B pcre-config  [--prefix] [--exec-prefix] [--version] [--libs]
 .ti +5n  .ti +5n
.B              [--libs-posix] [--cflags] [--cflags-posix].B              [--libs16] [--libs-cpp] [--libs-posix] [--cflags]
 .ti +5n
 .B              [--cflags-posix]
 .  .
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
 .rs  .rs
 .sp  .sp
 \fBpcre-config\fP returns the configuration of the installed PCRE  \fBpcre-config\fP returns the configuration of the installed PCRE
libraries and the options required to compile a program to use them.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
 not available if only one of those libraries has been built. If an unavailable
 option is encountered, the "usage" information is output.
 .  .
 .  .
 .SH OPTIONS  .SH OPTIONS
Line 34  output. Line 39  output.
 .TP 10  .TP 10
 \fB--libs\fP  \fB--libs\fP
 Writes to the standard output the command line options required to link  Writes to the standard output the command line options required to link
with PCRE (\fB-lpcre\fP on many systems).with the 8-bit PCRE library (\fB-lpcre\fP on many systems).
 .TP 10  .TP 10
   \fB--libs16\fP
   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--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
   systems).
   .TP 10
 \fB--libs-posix\fP  \fB--libs-posix\fP
 Writes to the standard output the command line options required to link with  Writes to the standard output the command line options required to link with
the PCRE posix emulation library (\fB-lpcreposix\fP \fB-lpcre\fP on manyPCRE's POSIX API wrapper library (\fB-lpcreposix\fP \fB-lpcre\fP on many
 systems).  systems).
 .TP 10  .TP 10
 \fB--cflags\fP  \fB--cflags\fP
Line 48  many systems). Line 62  many systems).
 .TP 10  .TP 10
 \fB--cflags-posix\fP  \fB--cflags-posix\fP
 Writes to the standard output the command line options required to compile  Writes to the standard output the command line options required to compile
files that use the PCRE posix emulation library (this may include some \fB-I\fPfiles that use PCRE's POSIX API wrapper library (this may include some \fB-I\fP
 options, but is blank on many systems).  options, but is blank on many systems).
 .  .
 .  .
Line 62  options, but is blank on many systems). Line 76  options, but is blank on many systems).
 .rs  .rs
 .sp  .sp
 This manual page was originally written by Mark Baker for the Debian GNU/Linux  This manual page was originally written by Mark Baker for the Debian GNU/Linux
system. It has been slightly revised as a generic PCRE man page.system. It has been subsequently revised as a generic PCRE man page.
 .  .
 .  .
 .SH REVISION  .SH REVISION
 .rs  .rs
 .sp  .sp
 .nf  .nf
Last updated: 18 April 2007Last updated: 01 January 2012
 .fi  .fi

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>