diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-15 17:56:22 +0000 |
commit | 33f7f2e34d508785540fc8dadf2a8a7303a45e99 (patch) | |
tree | d262d8069024a25c13baa593dd2ff79fa7790371 /lib/libc/regex | |
parent | ff83242d9a39a3161efb0280a988cb64b6133022 (diff) |
use Bx macro for BSD versions
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/regex.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 8e3f48d6aa4..4e05c3d5b3b 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.4 1997/07/29 02:29:08 flipk Exp $ +.\" $OpenBSD: regex.3,v 1.5 1998/06/15 17:55:05 mickey Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -513,7 +513,9 @@ invalid argument, e.g. negative-length string .El .Sh HISTORY Originally written by Henry Spencer. -Altered for inclusion in the 4.4BSD distribution. +Altered for inclusion in the +.Bx 4.4 +distribution. .Sh BUGS This is an alpha release with known defects. Please report problems. |