diff options
author | 2005-06-05 19:40:21 +0000 | |
---|---|---|
committer | 2005-06-05 19:40:21 +0000 | |
commit | af69310cb425c54a06a1d26d10c264a1f0cf37b3 (patch) | |
tree | 1e729a7bb365efca21942da94a54e8d7ea67327a /lib/libc/regex | |
parent | latest edition of susv3 is 2004, so use that as .St -p1003.1-200*; (diff) | |
download | wireguard-openbsd-af69310cb425c54a06a1d26d10c264a1f0cf37b3.tar.xz wireguard-openbsd-af69310cb425c54a06a1d26d10c264a1f0cf37b3.zip |
s/-p1003.1-2003/-p1003.1-2004/g
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/re_format.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index e5f0933072d..c33191bf763 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re_format.7,v 1.12 2004/09/28 20:56:00 jmc Exp $ +.\" $OpenBSD: re_format.7,v 1.13 2005/06/05 19:40:22 jmc Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -44,7 +44,7 @@ .Sh DESCRIPTION Regular expressions (REs), as defined in -.St -p1003.1-2003 , +.St -p1003.1-2004 , come in two forms: basic regular expressions (BREs) @@ -725,7 +725,7 @@ times. .Xr ctype 3 , .Xr regex 3 .Sh STANDARDS -.St -p1003.1-2003 : +.St -p1003.1-2004 : Base Definitions, Chapter 9 (Regular Expressions). .Sh BUGS Having two kinds of REs is a botch. |