summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-05-05 20:19:48 +0000
committermillert <millert@openbsd.org>2004-05-05 20:19:48 +0000
commit979909a19fe8ed9c522458012a528ffd9ae1f8cc (patch)
treeea8ca3e6fe816e9ae398969a73160761a676f2c0
parentskip including cksum (diff)
downloadwireguard-openbsd-979909a19fe8ed9c522458012a528ffd9ae1f8cc.tar.xz
wireguard-openbsd-979909a19fe8ed9c522458012a528ffd9ae1f8cc.zip
O_NOFOLLOW and O_SYNC are also valid flags to dbopen(3)
-rw-r--r--lib/libc/db/man/dbopen.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3
index 6cbfe0265de..3d956ffaf2e 100644
--- a/lib/libc/db/man/dbopen.3
+++ b/lib/libc/db/man/dbopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dbopen.3,v 1.21 2003/07/07 14:43:18 jmc Exp $
+.\" $OpenBSD: dbopen.3,v 1.22 2004/05/05 20:19:48 millert Exp $
.\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
@@ -80,10 +80,12 @@ routine; however, only the
.Dv O_CREAT ,
.Dv O_EXCL ,
.Dv O_EXLOCK ,
+.Dv O_NOFOLLOW ,
.Dv O_NONBLOCK ,
.Dv O_RDONLY ,
.Dv O_RDWR ,
.Dv O_SHLOCK ,
+.Dv O_SYNC ,
and
.Dv O_TRUNC
flags are meaningful.