diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 18:25:50 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-16 18:25:50 +0000 |
| commit | e37e328263f0fdf188edcdeb820621ecd67a32f6 (patch) | |
| tree | 623fba7a9e3a09a42df3fa237c5e6f4c430700cb /man3/dbopen.3 | |
| parent | 8af1ba10bd5ee1b92995fce133803f16156dca94 (diff) | |
| download | man-pages-e37e328263f0fdf188edcdeb820621ecd67a32f6.tar.gz | |
Move SEE ALSO section to end of page
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. |
