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

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.4, 2013/07/22 08:25:56
Line 1 Line 1
.TH PCRE-CONFIG 1.TH PCRE-CONFIG 1 "01 January 2012" "PCRE 8.30"
 .SH NAME  .SH NAME
 pcre-config - program to return PCRE configuration  pcre-config - program to return PCRE configuration
 .SH SYNOPSIS  .SH SYNOPSIS
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              [--libs16] [--libs-cpp] [--libs-posix] [--cflags].B              [--libs16] [--libs32] [--libs-cpp] [--libs-posix]
 .ti +5n  .ti +5n
.B              [--cflags-posix].B              [--cflags] [--cflags-posix]
 .  .
 .  .
 .SH DESCRIPTION  .SH DESCRIPTION
Line 16  pcre-config - program to return PCRE configuration Line 16  pcre-config - program to return PCRE configuration
 .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. Some of  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 arethe 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  not available if only one of those libraries has been built. If an unavailable
 option is encountered, the "usage" information is output.  option is encountered, the "usage" information is output.
 .  .
Line 45  with the 8-bit PCRE library (\fB-lpcre\fP on many syst Line 46  with the 8-bit PCRE library (\fB-lpcre\fP on many syst
 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 the 16-bit PCRE library (\fB-lpcre16\fP on many systems).  with the 16-bit PCRE library (\fB-lpcre16\fP on many systems).
 .TP 10  .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  \fB--libs-cpp\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
 PCRE's C++ wrapper library (\fB-lpcrecpp\fP \fB-lpcre\fP on many  PCRE's C++ wrapper library (\fB-lpcrecpp\fP \fB-lpcre\fP on many
Line 83  system. It has been subsequently revised as a generic  Line 88  system. It has been subsequently revised as a generic 
 .rs  .rs
 .sp  .sp
 .nf  .nf
Last updated: 01 January 2012Last updated: 24 June 2012
 .fi  .fi

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


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