~ubuntu-branches/ubuntu/hoary/pcre3/hoary-security

« back to all changes in this revision

Viewing changes to doc/html/pcre_info.html

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2004-03-12 13:23:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040312132302-id6ksx1l8dwssbw9
Tags: 4.5-1.1
* NMU to fix rc-bugs.
* Update libtool related files to fix build-error on mips, keep original
  config.in, as it is no generated file. (Closes: #237265)
* pcregrep replaces pgrep. (Closes: #237564)
* Bump shlibs, pcre 4.5 includes two new functions.
* Let pgrep's /usr/share/doc symlink point to the package it depends on,
  pcregrep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>pcre_info specification</title>
 
4
</head>
 
5
<body bgcolor="#FFFFFF" text="#00005A" link="#0066FF" alink="#3399FF" vlink="#2222BB">
 
6
This HTML document has been generated automatically from the original man page.
 
7
If there is any nonsense in it, please consult the man page, in case the
 
8
conversion went wrong.<br>
 
9
<br><b>
 
10
SYNOPSIS
 
11
</b><br>
 
12
<P>
 
13
<b>#include &#60;pcre.h&#62;</b>
 
14
</P>
 
15
<P>
 
16
<b>int pcre_info(const pcre *<i>code</i>, int *<i>optptr</i>, int</b>
 
17
<b>*<i>firstcharptr</i>);</b>
 
18
</P>
 
19
<br><b>
 
20
DESCRIPTION
 
21
</b><br>
 
22
<P>
 
23
This function is obsolete. You should be using <b>pcre_fullinfo()</b> instead.
 
24
</P>
 
25
<P>
 
26
There is a complete description of the PCRE API in the
 
27
<a href="pcreapi.html"><b>pcreapi</b></a>
 
28
page.