summaryrefslogtreecommitdiff
path: root/Doc/lib/libposixfile.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-04-10 11:34:00 +0000
committerGuido van Rossum <guido@python.org>1995-04-10 11:34:00 +0000
commit96628a90c47f15f357b31d665a4222d175e17b27 (patch)
tree74d6ef8384b587b2526d7c24adbf2f7d4e77bc93 /Doc/lib/libposixfile.tex
parenteae3f73b1c86fecfcb3d2b5599a5efd5ddf87306 (diff)
downloadcpython-git-96628a90c47f15f357b31d665a4222d175e17b27.tar.gz
typos, layout and other small things
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r--Doc/lib/libposixfile.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex
index b257bbd05a..6679f12280 100644
--- a/Doc/lib/libposixfile.tex
+++ b/Doc/lib/libposixfile.tex
@@ -63,11 +63,12 @@ The posixfile object defines the following additional methods:
manual page on your system.
\end{funcdesc}
-\begin{funcdesc}{flags}{fmt}
+\begin{funcdesc}{flags}{\optional{flags}}
Set the specified flags for the file that the file object is referring
to. The new flags are ORed with the old flags, unless specified
otherwise. The format is explained below in a table. Without
- arguments a string indicating the current flags is returned (this is
+ the \var{flags} argument
+ a string indicating the current flags is returned (this is
the same as the '?' modifier). For more information about the flags
refer to the fcntl manual page on your system.
\end{funcdesc}