diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 | 
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 | 
| commit | 24a0682c6465290759ed0b09ea16e40e7cd47053 (patch) | |
| tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/regex | |
| parent | e1239d17fe51ff52f68635ebbb01e77d58371618 (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex')
| -rw-r--r-- | lib/libc/regex/regex.3 | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index f10b8412fc53..7800575af6bf 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -588,14 +588,6 @@ and  beginning and ending subexpressions in obsolete  .Pq Dq basic  REs are anchors, not ordinary characters. -.Sh SEE ALSO -.Xr grep 1 , -.Xr re_format 7 -.Pp -.St -p1003.2 , -sections 2.8 (Regular Expression Notation) -and -B.5 (C Binding for Regular Expression Matching).  .Sh DIAGNOSTICS  Non-zero error codes from  .Fn regcomp @@ -655,6 +647,14 @@ invalid argument, e.g.\& negative-length string  .It Dv REG_ILLSEQ  illegal byte sequence (bad multibyte character)  .El +.Sh SEE ALSO +.Xr grep 1 , +.Xr re_format 7 +.Pp +.St -p1003.2 , +sections 2.8 (Regular Expression Notation) +and +B.5 (C Binding for Regular Expression Matching).  .Sh HISTORY  Originally written by  .An Henry Spencer .  | 
