]> git.saurik.com Git - apple/libc.git/blobdiff - db/man/dbm.3
Libc-763.11.tar.gz
[apple/libc.git] / db / man / dbm.3
index 0e2f3a73f385d4ef6dd3be9dc493a979435adf3e..6258f1caeab4e677d6556528db0c95d89e46d8bf 100644 (file)
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $FreeBSD: src/lib/libc/db/man/dbm.3,v 1.8 2003/09/08 19:57:13 ru Exp $
+.\" $FreeBSD: src/lib/libc/db/man/dbm.3,v 1.10 2009/01/30 15:28:35 gabor Exp $
 .\"
-.\" Note: The date here should be updated whenever a non-trivial
-.\" change is made to the manual page.
-.Dd July 7, 1999
+.Dd April 16, 2006
 .Dt DBM 3
 .Os
 .Sh NAME
@@ -130,7 +128,7 @@ is a typical value for
 is a typical value for
 .Fa file_mode .
 .Dv O_WRONLY
-is treated as O_RDWR in
+is not allowed in
 .Fa open_flags .
 The pointer returned by
 .Fn dbm_open
@@ -150,10 +148,6 @@ The
 .Fn dbm_close db
 function
 closes the database.
-The
-.Fn dbm_close
-function
-normally returns zero.
 .Pp
 The
 .Fn dbm_store db key content store_mode