X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..b5d655f7532a546b54809da387f7467d128a756b:/regex/FreeBSD/regex.3 diff --git a/regex/FreeBSD/regex.3 b/regex/FreeBSD/regex.3 index cf46cd4..33fed75 100644 --- a/regex/FreeBSD/regex.3 +++ b/regex/FreeBSD/regex.3 @@ -34,9 +34,9 @@ .\" SUCH DAMAGE. .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 -.\" $FreeBSD: src/lib/libc/regex/regex.3,v 1.12 2002/12/19 09:40:23 ru Exp $ +.\" $FreeBSD: src/lib/libc/regex/regex.3,v 1.17 2004/07/12 11:03:42 tjr Exp $ .\" -.Dd October 2, 2002 +.Dd July 12, 2004 .Dt REGEX 3 .Os .Sh NAME @@ -86,7 +86,7 @@ frees any dynamically-allocated storage used by the internal form of an RE. .Pp The header -.Aq Pa regex.h +.In regex.h declares two structure types, .Ft regex_t and @@ -564,7 +564,7 @@ or .Ql |\& cannot appear first or last in a (sub)expression or after another .Ql |\& , -i.e. an operand of +i.e., an operand of .Ql |\& cannot be an empty subexpression. An empty parenthesized subexpression, @@ -651,7 +651,9 @@ empty (sub)expression .It Dv REG_ASSERT can't happen - you found a bug .It Dv REG_INVARG -invalid argument, e.g. negative-length string +invalid argument, e.g.\& negative-length string +.It Dv REG_ILLSEQ +illegal byte sequence (bad multibyte character) .El .Sh HISTORY Originally written by