diff options
author | Guido van Rossum <guido@python.org> | 1994-08-12 13:13:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-12 13:13:50 (GMT) |
commit | b8b264b165fea8edd388886025615fc1fbcb603c (patch) | |
tree | 60cc9b78c8b44bb06eba3f6a3b601ea8415485e3 /Doc/libposixfile.tex | |
parent | 0b7d02a36f86bdda0831c1c97917a82ff79d2991 (diff) | |
download | cpython-b8b264b165fea8edd388886025615fc1fbcb603c.zip cpython-b8b264b165fea8edd388886025615fc1fbcb603c.tar.gz cpython-b8b264b165fea8edd388886025615fc1fbcb603c.tar.bz2 |
* Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);
describe tuple()
* Doc/libposixfile.tex: use tableiii instead of tableii, so
partparse will work again (I know, chicken!)
* Doc/libthread.tex: Added get_ident(); updated text on module
availability
* Doc/myformat.perl: Added sub do_cmd_Cpp
Diffstat (limited to 'Doc/libposixfile.tex')
-rw-r--r-- | Doc/libposixfile.tex | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Doc/libposixfile.tex b/Doc/libposixfile.tex index 0d9cb32..346f576 100644 --- a/Doc/libposixfile.tex +++ b/Doc/libposixfile.tex @@ -92,11 +92,11 @@ All methods return \code{IOError} when the request fails. Format characters for the \code{lock()} method have the following meaning: -\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} +\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} In addition the following modifiers can be added to the format: @@ -115,12 +115,12 @@ is for query purposes only. Format character for the \code{flags()} method have the following meaning: -\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} +\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} In addition the following modifiers can be added to the format: |