diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2012-06-01 02:49:08 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2012-06-01 02:49:08 +0000 |
commit | cc916b1fa10e9b1fdd9ffe51b29ced6d48b5509f (patch) | |
tree | 60fbd7ce1a8179b7764de4283ad9ef25b9c6ec2a | |
parent | 18766fc89ee7b6794a01c5f1344a2c584a84fd3a (diff) |
Fix document titles.
ok haesbaert jmc henning
-rw-r--r-- | lib/libc/ohash/ohash_init.3 | 6 | ||||
-rw-r--r-- | lib/libc/ohash/ohash_interval.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/ohash/ohash_init.3 b/lib/libc/ohash/ohash_init.3 index de42551fd05..e24346a2e07 100644 --- a/lib/libc/ohash/ohash_init.3 +++ b/lib/libc/ohash/ohash_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohash_init.3,v 1.15 2011/06/03 22:51:16 jmc Exp $ +.\" $OpenBSD: ohash_init.3,v 1.16 2012/06/01 02:49:07 lteo Exp $ .\" Copyright (c) 1999 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,8 +13,8 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 3 2011 $ -.Dt OPEN_HASH 3 +.Dd $Mdocdate: June 1 2012 $ +.Dt OHASH_INIT 3 .Os .Sh NAME .Nm ohash_init , diff --git a/lib/libc/ohash/ohash_interval.3 b/lib/libc/ohash/ohash_interval.3 index 2e56ca5b558..c299662ae3c 100644 --- a/lib/libc/ohash/ohash_interval.3 +++ b/lib/libc/ohash/ohash_interval.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohash_interval.3,v 1.11 2007/05/31 19:19:30 jmc Exp $ +.\" $OpenBSD: ohash_interval.3,v 1.12 2012/06/01 02:49:07 lteo Exp $ .\" Copyright (c) 2001 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,8 +13,8 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ -.Dt OPEN_HASH_HELPER 3 +.Dd $Mdocdate: June 1 2012 $ +.Dt OHASH_INTERVAL 3 .Os .Sh NAME .Nm ohash_interval , |