]> granicus.if.org Git - python/commitdiff
Describe open(2) exported constants
authorBarry Warsaw <barry@python.org>
Thu, 19 Dec 1996 23:50:34 +0000 (23:50 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 19 Dec 1996 23:50:34 +0000 (23:50 +0000)
Doc/lib/libposix.tex
Doc/libposix.tex

index a0fccddb84943748da4508e1bddd3ab5056489a6..4870c4f349b3e03ac72b7986ed1ee53366cf26f9 100644 (file)
@@ -431,3 +431,33 @@ its \code{write()} method.
 The option for \code{waitpid()} to avoid hanging if no child process
 status is available immediately.
 \end{datadesc}
+
+
+\begin{datadesc}{O_RDONLY}
+\end{datadesc}
+\begin{datadesc}{O_WRONLY}
+\end{datadesc}
+\begin{datadesc}{O_RDWR}
+\end{datadesc}
+\begin{datadesc}{O_NDELAY}
+\end{datadesc}
+\begin{datadesc}{O_NONBLOCK}
+\end{datadesc}
+\begin{datadesc}{O_APPEND}
+\end{datadesc}
+\begin{datadesc}{O_DSYNC}
+\end{datadesc}
+\begin{datadesc}{O_RSYNC}
+\end{datadesc}
+\begin{datadesc}{O_SYNC}
+\end{datadesc}
+\begin{datadesc}{O_NOCTTY}
+\end{datadesc}
+\begin{datadesc}{O_CREAT}
+\end{datadesc}
+\begin{datadesc}{O_EXCL}
+\end{datadesc}
+\begin{datadesc}{O_TRUNC}
+Options for the \code{flag} argument to the \code{open()} function.
+These can be bit-wise OR'd together.
+\end{datadesc}
index a0fccddb84943748da4508e1bddd3ab5056489a6..4870c4f349b3e03ac72b7986ed1ee53366cf26f9 100644 (file)
@@ -431,3 +431,33 @@ its \code{write()} method.
 The option for \code{waitpid()} to avoid hanging if no child process
 status is available immediately.
 \end{datadesc}
+
+
+\begin{datadesc}{O_RDONLY}
+\end{datadesc}
+\begin{datadesc}{O_WRONLY}
+\end{datadesc}
+\begin{datadesc}{O_RDWR}
+\end{datadesc}
+\begin{datadesc}{O_NDELAY}
+\end{datadesc}
+\begin{datadesc}{O_NONBLOCK}
+\end{datadesc}
+\begin{datadesc}{O_APPEND}
+\end{datadesc}
+\begin{datadesc}{O_DSYNC}
+\end{datadesc}
+\begin{datadesc}{O_RSYNC}
+\end{datadesc}
+\begin{datadesc}{O_SYNC}
+\end{datadesc}
+\begin{datadesc}{O_NOCTTY}
+\end{datadesc}
+\begin{datadesc}{O_CREAT}
+\end{datadesc}
+\begin{datadesc}{O_EXCL}
+\end{datadesc}
+\begin{datadesc}{O_TRUNC}
+Options for the \code{flag} argument to the \code{open()} function.
+These can be bit-wise OR'd together.
+\end{datadesc}