diff options
author | 2007-09-16 19:40:56 +0000 | |
---|---|---|
committer | 2007-09-16 19:40:56 +0000 | |
commit | aa6d62c59945d080517054f859d4ad1a86311f08 (patch) | |
tree | eec2eb77a9ff2ebb17fe33301b4d9ea8b5d536bd /lib/libc | |
parent | Merge from ragge's tree: (diff) | |
download | wireguard-openbsd-aa6d62c59945d080517054f859d4ad1a86311f08.tar.xz wireguard-openbsd-aa6d62c59945d080517054f859d4ad1a86311f08.zip |
for get the flags arg must be 0; from Tamas TEVESZ; ok millert@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/man/dbopen.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index be6d0c28252..888671ab3f1 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbopen.3,v 1.24 2007/05/31 19:19:27 jmc Exp $ +.\" $OpenBSD: dbopen.3,v 1.25 2007/09/16 19:40:56 otto Exp $ .\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 16 2007 $ .Dt DBOPEN 3 .Os .Sh NAME @@ -232,6 +232,10 @@ routines return \-1 on error (setting 0 on success, and 1 if the .Fa key was not in the file. +.Pp +.Fa flags +is currently unused. +Specifying anything but 0 will result in an error. .It Fa put A pointer to a routine to store key/data pairs in the database. .Pp |