diff options
author | 2015-11-10 23:48:17 +0000 | |
---|---|---|
committer | 2015-11-10 23:48:17 +0000 | |
commit | d04ba2cc13092d56f44a5a662aee6f1effe0193d (patch) | |
tree | 115bd96020a145b8a3a4a5e3a301fee6df77b40f /lib/libc/regex/regex.3 | |
parent | sync (diff) | |
download | wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.tar.xz wireguard-openbsd-d04ba2cc13092d56f44a5a662aee6f1effe0193d.zip |
update NAME section to include all documented functions,
or otherwise change Dt to reflect the name of an existing function;
feedback/ok schwarze
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 90395456f29..8ee6c71b955 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.25 2014/01/22 22:54:14 guenther Exp $ +.\" $OpenBSD: regex.3,v 1.26 2015/11/10 23:48:18 jmc Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,8 +35,8 @@ .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: January 22 2014 $ -.Dt REGEX 3 +.Dd $Mdocdate: November 10 2015 $ +.Dt REGEXEC 3 .Os .Sh NAME .Nm regcomp , |