mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o dbm_close(3) returns void not zero or anything else. Touch .Dd.
PR: docs/80070 Submitted by: Aleksej Saushev MFC after: 2 weeks
This commit is contained in:
parent
a5e8745ad9
commit
9b63b79ee0
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue