summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-10-18 16:20:08 +0000
committerMark Murray <markm@FreeBSD.org>2002-10-18 16:20:08 +0000
commit9e542d7dbcead919d45afcea3e45e577800d7164 (patch)
tree79f13310005fe433a54578bca7de8648db4e1166
parent6f6ede923c82e72fe5ea2aabee89adc278452384 (diff)
Notes
-rw-r--r--lib/libc/db/man/dbopen.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index e25e575d4c58..8fce3b27939d 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -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