--- code/trunk/doc/pcre_exec.3 2009/08/26 15:38:32 426 +++ code/trunk/doc/pcre_exec.3 2009/08/31 17:10:26 428 @@ -48,15 +48,16 @@ PCRE_NO_UTF8_CHECK Do not check the subject for UTF-8 validity (only relevant if PCRE_UTF8 was set at compile time) - PCRE_PARTIAL Return PCRE_ERROR_PARTIAL for a partial match + PCRE_PARTIAL ) Return PCRE_ERROR_PARTIAL for a partial match + PCRE_PARTIAL_SOFT ) if no full matches are found + PCRE_PARTIAL_HARD Return PCRE_ERROR_PARTIAL for a partial match + even if there is a full match as well .sp For details of partial matching, see the .\" HREF \fBpcrepartial\fP .\" -page. -.P -A \fBpcre_extra\fP structure contains the following fields: +page. A \fBpcre_extra\fP structure contains the following fields: .sp \fIflags\fP Bits indicating which fields are set \fIstudy_data\fP Opaque data from \fBpcre_study()\fP