aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2015-02-20 01:31:10 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2015-02-20 01:31:10 +0000
commita9a4a706eb9d5d4e0081f003370217056676220d (patch)
tree6953ab24a80f29ae21ca025b94cfaa8905dbf2bb /lib
parenta69a20fa131fa967bce22d8df3b5cd8f7d8ee18c (diff)
downloadsrc-a9a4a706eb9d5d4e0081f003370217056676220d.tar.gz
src-a9a4a706eb9d5d4e0081f003370217056676220d.zip
dbm_delete(3) correct man page to match current behaviour.
"The dbm_store() and dbm_delete() functions shall return 0 when they succeed and a negative value when they fail." Reference: http://pubs.opengroup.org/onlinepubs/9699919799/functions/dbm_clearerr.html PR: 42422 Suggested by: delphij MFC after: 3 days
Notes
Notes: svn path=/head/; revision=279037
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/db/man/dbm.36
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3
index fabce8a8f2c1..eedf804abfdd 100644
--- a/lib/libc/db/man/dbm.3
+++ b/lib/libc/db/man/dbm.3
@@ -15,7 +15,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 16, 2006
+.Dd February 19, 2015
.Dt DBM 3
.Os
.Sh NAME
@@ -174,9 +174,7 @@ deletes the entry for
The
.Fn dbm_delete
function
-normally returns zero but returns 1 if there was no entry with
-.Fa key
-in the database or returns -1 and sets
+normally returns zero or returns -1 and sets
.Va errno
if there were any errors.
.Pp