diff options
Diffstat (limited to 'man3/dbopen.3')
| -rw-r--r-- | man3/dbopen.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/dbopen.3 b/man3/dbopen.3 index 577d165511..56c2932969 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -452,14 +452,6 @@ routines may fail and set .I errno for any of the errors specified for the library routine .BR fsync (2). -.SH "SEE ALSO" -.BR btree (3), -.BR hash (3), -.BR mpool (3), -.BR recno (3) -.sp -.IR "LIBTP: Portable, Modular Transactions for UNIX" , -Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992. .SH BUGS The typedef DBT is a mnemonic for ``data base thang'', and was used because no-one could think of a reasonable name that wasn't already used. @@ -469,3 +461,11 @@ future version of the interface. .PP None of the access methods provide any form of concurrent access, locking, or transactions. +.SH "SEE ALSO" +.BR btree (3), +.BR hash (3), +.BR mpool (3), +.BR recno (3) +.sp +.IR "LIBTP: Portable, Modular Transactions for UNIX" , +Margo Seltzer, Michael Olson, USENIX proceedings, Winter 1992. |
