summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 22:01:00 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-30 22:01:00 +0000
commitcc38ea8777190b3dfd9bf9ef96ae9b0b6579994f (patch)
tree8f5bc3c149f78ee2f577913aa671725988097d69 /lib/libc
parent5745ddd16f00c7a3b8fb800f01154f4ec0f684d8 (diff)
section reorder;
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/regex/regex.318
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index 5b4db5c82ce..bbdd6d86228 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regex.3,v 1.16 2002/10/16 21:32:06 wcobb Exp $
+.\" $OpenBSD: regex.3,v 1.17 2003/05/30 22:00:59 jmc Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -551,14 +551,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
@@ -601,6 +593,14 @@ empty (sub)expression
.It Er REG_INVARG
invalid argument, e.g., negative-length string
.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 Henry Spencer.
Altered for inclusion in the