Commit 7ad441f5 authored by Gregory P. Smith's avatar Gregory P. Smith

doc update from HEAD

parent bc39086a
...@@ -46,10 +46,10 @@ portability, only the first two arguments should be used in most ...@@ -46,10 +46,10 @@ portability, only the first two arguments should be used in most
instances. instances.
\begin{funcdesc}{hashopen}{filename\optional{, flag\optional{, \begin{funcdesc}{hashopen}{filename\optional{, flag\optional{,
mode\optional{, bsize\optional{, mode\optional{, pgsize\optional{,
ffactor\optional{, nelem\optional{, ffactor\optional{, nelem\optional{,
cachesize\optional{, hash\optional{, cachesize\optional{, lorder\optional{,
lorder}}}}}}}}} hflags}}}}}}}}}
Open the hash format file named \var{filename}. Files never intended Open the hash format file named \var{filename}. Files never intended
to be preserved on disk may be created by passing \code{None} as the to be preserved on disk may be created by passing \code{None} as the
\var{filename}. The optional \var{filename}. The optional
...@@ -80,7 +80,7 @@ interpretation. ...@@ -80,7 +80,7 @@ interpretation.
\begin{funcdesc}{rnopen}{filename\optional{, flag\optional{, mode\optional{, \begin{funcdesc}{rnopen}{filename\optional{, flag\optional{, mode\optional{,
rnflags\optional{, cachesize\optional{, pgsize\optional{, lorder\optional{, rnflags\optional{, cachesize\optional{, pgsize\optional{, lorder\optional{,
reclen\optional{, bval\optional{, bfname}}}}}}}}}} rlen\optional{, delim\optional{, source\optional{, pad}}}}}}}}}}}
Open a DB record format file named \var{filename}. Files never intended Open a DB record format file named \var{filename}. Files never intended
to be preserved on disk may be created by passing \code{None} as the to be preserved on disk may be created by passing \code{None} as the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment