Correct the headers needed to use dbopen(3) and friends.

This commit is contained in:
Mark Murray 2002-10-18 16:20:08 +00:00
parent 6f6ede923c
commit 9e542d7dbc

View File

@ -40,8 +40,9 @@
.Nd "database access methods"
.Sh SYNOPSIS
.In sys/types.h
.In limits.h
.In db.h
.In fcntl.h
.In limits.h
.Ft DB *
.Fn dbopen "const char *file" "int flags" "int mode" "DBTYPE type" "const void *openinfo"
.Sh DESCRIPTION