summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdbm.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libdbm.tex')
-rw-r--r--Doc/lib/libdbm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex
index 7ff4ee5..6e72567 100644
--- a/Doc/lib/libdbm.tex
+++ b/Doc/lib/libdbm.tex
@@ -19,6 +19,6 @@ raised for general mapping errors like specifying an incorrect key.
Open a dbm database and return a mapping object. \var{filename} is
the name of the database file (without the \file{.dir} or \file{.pag}
extensions), \var{rwmode} is \code{'r'}, \code{'w'} or \code{'rw'} as for
-\code{open}, and \var{filemode} is the unix mode of the file, used only
+\code{open}, and \var{filemode} is the \UNIX{} mode of the file, used only
when the database has to be created.
\end{funcdesc}