From 2a0f86d0366ed22f1543137c657569bfdf07d679 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 27 Jun 2001 13:51:36 +0000 Subject: [PATCH] Backport Martin's checkin 1.4 (with minor fix): Fix bug #422702: Make flag argument to open optional, and document it that way. --- Doc/lib/libdbhash.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex index 61b01639fd91..4b856de0b8e0 100644 --- a/Doc/lib/libdbhash.tex +++ b/Doc/lib/libdbhash.tex @@ -21,7 +21,7 @@ This module provides an exception and a function: \exception{KeyError}. It is a synonym for \exception{bsddb.error}. \end{excdesc} -\begin{funcdesc}{open}{path, flag\optional{, mode}} +\begin{funcdesc}{open}{path\optional{, flag\optional{, mode}}} Open a \code{db} database and return the database object. The \var{path} argument is the name of the database file. -- 2.47.3