diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-10-18 16:20:08 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-10-18 16:20:08 +0000 |
| commit | 9e542d7dbcead919d45afcea3e45e577800d7164 (patch) | |
| tree | 79f13310005fe433a54578bca7de8648db4e1166 /lib/libc | |
| parent | 6f6ede923c82e72fe5ea2aabee89adc278452384 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/db/man/dbopen.3 | 3 |
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 |
