diff options
author | 1999-01-11 11:14:47 +0000 | |
---|---|---|
committer | 1999-01-11 11:14:47 +0000 | |
commit | 7d79cc1ee282acf6bf7685f0139ef88747268fb0 (patch) | |
tree | e97675896fc7a6d2a5163655c1c0b66e44c37fac | |
parent | Add ATAPI and RAID types, compatibility with NetBSD (diff) | |
download | wireguard-openbsd-7d79cc1ee282acf6bf7685f0139ef88747268fb0.tar.xz wireguard-openbsd-7d79cc1ee282acf6bf7685f0139ef88747268fb0.zip |
mention fcntl.h; jfw@jfwhome.funhouse.com
-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" |