diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index ef7ad423555..c2870b401af 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regexp.3,v 1.8 2003/06/02 20:18:40 millert Exp $ +.\" $OpenBSD: regexp.3,v 1.9 2004/02/10 19:55:29 jmc Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,11 +32,8 @@ .Dt REGEXP 3 .Os .Sh NAME -.Nm regcomp , -.Nm regexec , -.Nm regsub , -.Nm regerror -.Nd regular expression handlers +.Nm regexp +.Nd obsolete regular expression routines .Sh SYNOPSIS .Fd #include <regexp.h> .Ft regexp * |