summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-04-16 16:33:26 +0000
committermaxim <maxim@FreeBSD.org>2006-04-16 16:33:26 +0000
commit0720b52d5e1bffcec289ddb752aa2e2e727a7107 (patch)
tree6331acb11fa0da82eb2542d2d4e6579ab4ce7c82 /lib
parent2ac8230628e1f92456718232a570336dc530560e (diff)
downloadFreeBSD-src-0720b52d5e1bffcec289ddb752aa2e2e727a7107.zip
FreeBSD-src-0720b52d5e1bffcec289ddb752aa2e2e727a7107.tar.gz
o dbm_close(3) returns void not zero or anything else. Touch .Dd.
PR: docs/80070 Submitted by: Aleksej Saushev MFC after: 2 weeks
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/man/dbm.36
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3
index f2b7f46..16becc6 100644
--- a/lib/libc/db/man/dbm.3
+++ b/lib/libc/db/man/dbm.3
@@ -17,7 +17,7 @@
.\"
.\" 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
@@ -124,10 +124,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 data flags
OpenPOWER on IntegriCloud