diff options
author | 2004-02-10 19:55:29 +0000 | |
---|---|---|
committer | 2004-02-10 19:55:29 +0000 | |
commit | a9cfa4813fda930087308b635bfd3872b50f9a34 (patch) | |
tree | 75c62cccfe4011b59e24b2d4afaca920dacddc78 /lib/libcompat/regexp/regexp.3 | |
parent | Add flags field to the sensor structure and an only flag SENSOR_FINVALID (diff) | |
download | wireguard-openbsd-a9cfa4813fda930087308b635bfd3872b50f9a34.tar.xz wireguard-openbsd-a9cfa4813fda930087308b635bfd3872b50f9a34.zip |
make Nm match Dt;
improve Nd as suggested by millert@
Diffstat (limited to 'lib/libcompat/regexp/regexp.3')
-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 * |