btree.3, dbopen.3, hash.3, mpool.3, recno.3: Note that glibc no longer provides these interfaces

glibc stopped providing these interfaces with v2.2.
Nowadays, the user that finds these pages probably wants
the libdb API, so note this in the page.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=337581

Reported-by: Brian M. Carlson <sandals@crustytoothpaste.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-23 07:47:35 +12:00
parent 1463d77202
commit df21098dee
5 changed files with 39 additions and 4 deletions

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)btree.3 8.4 (Berkeley) 8/18/94
.\"
.TH BTREE 3 1994-08-18 "" "Linux Programmer's Manual"
.TH BTREE 3 2012-04-23 "" "Linux Programmer's Manual"
.\".UC 7
.SH NAME
btree \- btree database access method
@ -43,6 +43,13 @@ btree \- btree database access method
.ft R
.fi
.SH DESCRIPTION
.IR "Note well" :
This page documents interfaces provided in glibc up until version 2.1.
Since version 2.2, glibc no longer provides these interfaces.
Probably, you are looking for the APIs provided by the
.I libdb
library instead.
The routine
.BR dbopen (3)
is the library interface to database files.

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94
.\"
.TH DBOPEN 3 1994-01-02 "" "Linux Programmer's Manual"
.TH DBOPEN 3 2012-04-23 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
dbopen \- database access methods
@ -46,6 +46,13 @@ dbopen \- database access methods
.BI " const void *" openinfo );
.fi
.SH DESCRIPTION
.IR "Note well" :
This page documents interfaces provided in glibc up until version 2.1.
Since version 2.2, glibc no longer provides these interfaces.
Probably, you are looking for the APIs provided by the
.I libdb
library instead.
.BR dbopen ()
is the library interface to database files.
The supported file formats are btree, hashed and UNIX file oriented.

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)hash.3 8.6 (Berkeley) 8/18/94
.\"
.TH HASH 3 1994-08-18 "" "Linux Programmer's Manual"
.TH HASH 3 2012-04-23 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
hash \- hash database access method
@ -43,6 +43,13 @@ hash \- hash database access method
.ft R
.fi
.SH DESCRIPTION
.IR "Note well" :
This page documents interfaces provided in glibc up until version 2.1.
Since version 2.2, glibc no longer provides these interfaces.
Probably, you are looking for the APIs provided by the
.I libdb
library instead.
The routine
.BR dbopen (3)
is the library interface to database files.

View File

@ -58,6 +58,13 @@ mpool \- shared memory buffer pool
.BI "int mpool_close(MPOOL *" mp );
.fi
.SH DESCRIPTION
.IR "Note well" :
This page documents interfaces provided in glibc up until version 2.1.
Since version 2.2, glibc no longer provides these interfaces.
Probably, you are looking for the APIs provided by the
.I libdb
library instead.
.I Mpool
is the library interface intended to provide page oriented buffer management
of files.

View File

@ -31,7 +31,7 @@
.\"
.\" @(#)recno.3 8.5 (Berkeley) 8/18/94
.\"
.TH RECNO 3 1994-08-18 "" "Linux Programmer's Manual"
.TH RECNO 3 2012-04-23 "" "Linux Programmer's Manual"
.UC 7
.SH NAME
recno \- record number database access method
@ -43,6 +43,13 @@ recno \- record number database access method
.ft R
.fi
.SH DESCRIPTION
.IR "Note well" :
This page documents interfaces provided in glibc up until version 2.1.
Since version 2.2, glibc no longer provides these interfaces.
Probably, you are looking for the APIs provided by the
.I libdb
library instead.
The routine
.BR dbopen (3)
is the library interface to database files.