From 9b63b79ee0c2bcccd392623b0d591b734d558904 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sun, 16 Apr 2006 16:33:26 +0000 Subject: [PATCH] o dbm_close(3) returns void not zero or anything else. Touch .Dd. PR: docs/80070 Submitted by: Aleksej Saushev MFC after: 2 weeks --- lib/libc/db/man/dbm.3 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index f2b7f465eae..16becc6dc58 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