diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-10 10:20:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-09-10 10:20:56 +0000 |
commit | cf62476995aa2d557f8c44d6cfdbcae71adc3378 (patch) | |
tree | f88c2597a1d1310e134697b389486379b181c511 /lib/libc/db | |
parent | bfa03191c9cd4a0993c2ce6ee8bd70e60d69a570 (diff) |
no more mpool;
Diffstat (limited to 'lib/libc/db')
-rw-r--r-- | lib/libc/db/man/btree.3 | 5 | ||||
-rw-r--r-- | lib/libc/db/man/dbopen.3 | 5 | ||||
-rw-r--r-- | lib/libc/db/man/hash.3 | 5 | ||||
-rw-r--r-- | lib/libc/db/man/recno.3 | 7 |
4 files changed, 9 insertions, 13 deletions
diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index 731f34db459..1968a223c5d 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btree.3,v 1.22 2014/11/15 14:41:02 bentley Exp $ +.\" $OpenBSD: btree.3,v 1.23 2015/09/10 10:20:55 jmc Exp $ .\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)btree.3 8.4 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BTREE 3 .Os .Sh NAME @@ -216,7 +216,6 @@ for any of the errors specified for the library routine .Sh SEE ALSO .Xr dbopen 3 , .Xr hash 3 , -.Xr mpool 3 , .Xr recno 3 .Rs .%T "The Ubiquitous B-tree" diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index 9b9e37b4c9d..87ed04cc20d 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbopen.3,v 1.27 2014/01/21 03:15:44 schwarze Exp $ +.\" $OpenBSD: dbopen.3,v 1.28 2015/09/10 10:20:55 jmc Exp $ .\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt DBOPEN 3 .Os .Sh NAME @@ -517,7 +517,6 @@ for any of the errors specified for the library routine .Sh SEE ALSO .Xr btree 3 , .Xr hash 3 , -.Xr mpool 3 , .Xr recno 3 .Rs .%T "LIBTP: Portable, Modular Transactions for UNIX" diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index e7a3173c005..927e4d06ce8 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.3,v 1.18 2014/10/17 22:25:07 schwarze Exp $ +.\" $OpenBSD: hash.3,v 1.19 2015/09/10 10:20:55 jmc Exp $ .\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: October 17 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt HASH 3 .Os .Sh NAME @@ -145,7 +145,6 @@ for any of the errors specified for the library routine .Sh SEE ALSO .Xr btree 3 , .Xr dbopen 3 , -.Xr mpool 3 , .Xr recno 3 .Rs .%T "Dynamic Hash Tables" diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index 2f61871c3c4..2a58f6fc920 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recno.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: recno.3,v 1.20 2015/09/10 10:20:55 jmc Exp $ .\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)recno.3 8.5 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt RECNO 3 .Os .Sh NAME @@ -206,8 +206,7 @@ was too large to fit. .Sh SEE ALSO .Xr btree 3 , .Xr dbopen 3 , -.Xr hash 3 , -.Xr mpool 3 +.Xr hash 3 .Rs .%T "Document Processing in a Relational Database System" .%A Michael Stonebraker |