diff options
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/re_format.7 | 4 | ||||
-rw-r--r-- | lib/libc/regex/regex.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 2643ff98618..a91dbbc4809 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.5 1997/07/29 02:29:09 flipk Exp $ +.\" $OpenBSD: re_format.7,v 1.6 1999/05/23 14:11:02 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -41,7 +41,7 @@ .\" .Dd March 20, 1994 .Dt RE_FORMAT 7 -.Os OpenBSD +.Os .Sh NAME .Nm re_format .Nd POSIX 1003.2 regular expressions diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 254b55ff66f..1fc7a82e3f9 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ +.\" $OpenBSD: regex.3,v 1.8 1999/05/23 14:11:02 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -41,7 +41,7 @@ .\" .Dd March 20, 1994 .Dt REGEX 3 -.Os OpenBSD +.Os .Sh NAME .Nm regcomp, regexec, regerror, regfree .Nd regular-expression library |