diff options
author | Guido van Rossum <guido@python.org> | 1995-03-13 10:03:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-13 10:03:32 (GMT) |
commit | 6bb1adc7ee688be85b839b747cf25a9e6254cc22 (patch) | |
tree | 8cb910de69fa0322275e60763bfc93a1ea12386f /Doc/libgdbm.tex | |
parent | a8a8d4aadd49e3776e2212318331105c939974b4 (diff) | |
download | cpython-6bb1adc7ee688be85b839b747cf25a9e6254cc22.zip cpython-6bb1adc7ee688be85b839b747cf25a9e6254cc22.tar.gz cpython-6bb1adc7ee688be85b839b747cf25a9e6254cc22.tar.bz2 |
small changes by Soren Larsen
Diffstat (limited to 'Doc/libgdbm.tex')
-rw-r--r-- | Doc/libgdbm.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libgdbm.tex b/Doc/libgdbm.tex index 40facad..177627f 100644 --- a/Doc/libgdbm.tex +++ b/Doc/libgdbm.tex @@ -21,10 +21,10 @@ raised for general mapping errors like specifying an incorrect key. Open a gdbm database and return a mapping object. \var{filename} is the name of the database file, \var{rwmode} is \code{'r'}, \code{'w'}, \code{'c'}, or \code{'n'} for reader, writer (this also gives read -access), create (writer, but create the database if it doesnt already +access), create (writer, but create the database if it doesn't already exist) and newdb (which will always create a new database). Only one writer may open a gdbm file and many readers may open the file. Readers -and writers can not open the gdbm file at the same time. Note that the +and writers cannot open the gdbm file at the same time. Note that the \code{GDBM_FAST} mode of opening the database is not supported. \var{filemode} -is the unix mode of the file, used only when a database is created. +is the \UNIX\ mode of the file, used only when a database is created. \end{funcdesc} |