summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixfile.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-23 04:21:20 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-23 04:21:20 (GMT)
commit7f96291ee28ead21ab79b2f21a2dc14ca384c316 (patch)
tree5123ecfe805389372a9846f7f45784ee48127bd3 /Doc/lib/libposixfile.tex
parentd665e8b5b0361ccbbd51a548442a88618a924049 (diff)
downloadcpython-7f96291ee28ead21ab79b2f21a2dc14ca384c316.zip
cpython-7f96291ee28ead21ab79b2f21a2dc14ca384c316.tar.gz
cpython-7f96291ee28ead21ab79b2f21a2dc14ca384c316.tar.bz2
Convert a couple of three-column tables with an empty third column to
two-column tables. This improves the rendering of the HTML version on (at least) some browsers.
Diffstat (limited to 'Doc/lib/libposixfile.tex')
-rw-r--r--Doc/lib/libposixfile.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex
index 5c853e7..3b7c014 100644
--- a/Doc/lib/libposixfile.tex
+++ b/Doc/lib/libposixfile.tex
@@ -99,11 +99,11 @@ All methods return \code{IOError} when the request fails.
Format characters for the \code{lock()} method have the following meaning:
-\begin{tableiii}{|c|l|c|}{samp}{Format}{Meaning}{}
- \lineiii{u}{unlock the specified region}{}
- \lineiii{r}{request a read lock for the specified section}{}
- \lineiii{w}{request a write lock for the specified section}{}
-\end{tableiii}
+\begin{tableii}{|c|l|}{samp}{Format}{Meaning}
+ \lineii{u}{unlock the specified region}
+ \lineii{r}{request a read lock for the specified section}
+ \lineii{w}{request a write lock for the specified section}
+\end{tableii}
In addition the following modifiers can be added to the format:
@@ -122,12 +122,12 @@ is for query purposes only.
Format character for the \code{flags()} method have the following meaning:
-\begin{tableiii}{|c|l|c|}{samp}{Format}{Meaning}{}
- \lineiii{a}{append only flag}{}
- \lineiii{c}{close on exec flag}{}
- \lineiii{n}{no delay flag (also called non-blocking flag)}{}
- \lineiii{s}{synchronization flag}{}
-\end{tableiii}
+\begin{tableii}{|c|l|}{samp}{Format}{Meaning}
+ \lineii{a}{append only flag}
+ \lineii{c}{close on exec flag}
+ \lineii{n}{no delay flag (also called non-blocking flag)}
+ \lineii{s}{synchronization flag}
+\end{tableii}
In addition the following modifiers can be added to the format: