diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-11 11:14:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-11 11:14:48 +0000 |
commit | 6e7b95f303f0e4a774d9d2802f04af3469c4a94b (patch) | |
tree | 91faab91e2fa7ba636dd9c8f2eb3b1489e203f06 /lib | |
parent | d368abdb5270bd2ecb9b31cd53a5ab1f8e1a016b (diff) |
mention fcntl.h; jfw@jfwhome.funhouse.com
Diffstat (limited to 'lib')
-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 39c883ca21e..1d25af3b340 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbopen.3,v 1.3 1997/11/11 04:47:27 flipk Exp $ +.\" $OpenBSD: dbopen.3,v 1.4 1999/01/11 11:14:47 deraadt Exp $ .\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -44,6 +44,7 @@ .Nd database access methods .Sh SYNOPSIS .Fd #include <sys/types.h> +.Fd #include <fcntl.h> .Fd #include <limits.h> .Fd #include <db.h> .Fo "DB * dbopen" |