diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 19:55:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-10 19:55:30 +0000 |
commit | 615b4c0ae9d82a0f2a053ba6369d95d4e0cd83c0 (patch) | |
tree | 9060fb932ac665986f653d86edf8d858dad6c732 /lib | |
parent | 60449732b14cef9a6cc7a433a8b2d79727e0942b (diff) |
make Nm match Dt;
improve Nd as suggested by millert@
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 * |