]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r279037:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 23 Mar 2015 19:53:37 +0000 (19:53 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 23 Mar 2015 19:53:37 +0000 (19:53 +0000)
commit8832986fc47a81cd2e9d4c7b444368cf2ba9f019
tree6c2eca6947f0f345a5652184466518fc4c905516
parent62d39ff3a835600737aa3e294b92d6a5d3b0ee18
MFC r279037:
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

git-svn-id: svn://svn.freebsd.org/base/stable/9@280395 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/db/man/dbm.3