Deleted Added
full compact
29c29
< .\" $FreeBSD: head/lib/libcompat/4.3/re_comp.3 165906 2007-01-09 01:02:06Z imp $
---
> .\" $FreeBSD: head/lib/libcompat/4.3/re_comp.3 205146 2010-03-14 10:18:58Z ed $
103,111c103,106
< returns one of the following strings if an error occurs:
< .Bd -unfilled -offset indent
< No previous regular expression,
< Regular expression too long,
< unmatched \e(,
< missing ],
< too many \e(\e) pairs,
< unmatched \e).
< .Ed
---
> returns
> .Dq no previous regular expression
> or one of the strings generated by
> .Xr regerror 3 .