diff options
author | 2003-05-30 22:00:59 +0000 | |
---|---|---|
committer | 2003-05-30 22:00:59 +0000 | |
commit | 628fcf4720f622e17af235e14c339ccde850040c (patch) | |
tree | 7a1403a1369b31c69adc25691aeafb62af51064d /lib/libc/regex/regex.3 | |
parent | - section reorder (diff) | |
download | wireguard-openbsd-628fcf4720f622e17af235e14c339ccde850040c.tar.xz wireguard-openbsd-628fcf4720f622e17af235e14c339ccde850040c.zip |
section reorder;
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 18 |
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 |