aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-04-16 16:33:26 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-04-16 16:33:26 +0000
commit9b63b79ee0c2bcccd392623b0d591b734d558904 (patch)
tree6331acb11fa0da82eb2542d2d4e6579ab4ce7c82 /lib
parenta5e8745ad998309ff3c22335dbbf534c21072c00 (diff)
downloadsrc-9b63b79ee0c2bcccd392623b0d591b734d558904.tar.gz
src-9b63b79ee0c2bcccd392623b0d591b734d558904.zip
o dbm_close(3) returns void not zero or anything else. Touch .Dd.
PR: docs/80070 Submitted by: Aleksej Saushev MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=157795
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 f2b7f465eae4..16becc6dc588 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