Diff for /embedaddon/pcre/doc/html/pcre_free_study.html 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 21  SYNOPSIS Line 21  SYNOPSIS
 <P>  <P>
 <b>void pcre_free_study(pcre_extra *<i>extra</i>);</b>  <b>void pcre_free_study(pcre_extra *<i>extra</i>);</b>
 </P>  </P>
   <P>
   <b>void pcre16_free_study(pcre16_extra *<i>extra</i>);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
 <P>  <P>
 This function is used to free the memory used for the data generated by a call  This function is used to free the memory used for the data generated by a call
to <b>pcre_study()</b> when it is no longer needed. The argument must be theto <b>pcre[16]_study()</b> when it is no longer needed. The argument must be the
 result of such a call.  result of such a call.
 </P>  </P>
 <P>  <P>

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


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