]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[Bug #1149413] 'psize' argument should be 'pgsize'
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 8 Jun 2005 21:51:58 +0000 (21:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 8 Jun 2005 21:51:58 +0000 (21:51 +0000)
Doc/lib/libbsddb.tex

index f62dba6592f93923f4b0032f8e7c466242eb2157..ea5b3d8f743387756bb0a6a2f23d63cb2f37bf98 100644 (file)
@@ -56,7 +56,7 @@ for their use and interpretation.
 
 \begin{funcdesc}{btopen}{filename\optional{, flag\optional{,
 mode\optional{, btflags\optional{, cachesize\optional{, maxkeypage\optional{,
-minkeypage\optional{, psize\optional{, lorder}}}}}}}}}
+minkeypage\optional{, pgsize\optional{, lorder}}}}}}}}}
 
 Open the btree format file named \var{filename}.  Files never intended 
 to be preserved on disk may be created by passing \code{None} as the 
@@ -71,7 +71,7 @@ interpretation.
 \end{funcdesc}
 
 \begin{funcdesc}{rnopen}{filename\optional{, flag\optional{, mode\optional{,
-rnflags\optional{, cachesize\optional{, psize\optional{, lorder\optional{,
+rnflags\optional{, cachesize\optional{, pgsize\optional{, lorder\optional{,
 reclen\optional{, bval\optional{, bfname}}}}}}}}}}
 
 Open a DB record format file named \var{filename}.  Files never intended