]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add S_ISBLK().
authorGuido van Rossum <guido@python.org>
Thu, 29 Jan 1998 22:03:41 +0000 (22:03 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 29 Jan 1998 22:03:41 +0000 (22:03 +0000)
Doc/lib/libstat.tex
Doc/libstat.tex

index a1d8a78927cf462e2af5fdb4a56a7cd0fada048e..385672350fb870d2b589d2de6bd4963b1eaa914a 100644 (file)
@@ -14,13 +14,17 @@ The \code{stat} module defines the following functions:
 \renewcommand{\indexsubitem}{(in module stat)}
 
 \begin{funcdesc}{S_ISDIR}{mode}
-Return non-zero if the mode was gotten from a directory file.
+Return non-zero if the mode was gotten from a directory.
 \end{funcdesc}
 
 \begin{funcdesc}{S_ISCHR}{mode}
 Return non-zero if the mode was gotten from a character special device.
 \end{funcdesc}
 
+\begin{funcdesc}{S_ISBLK}{mode}
+Return non-zero if the mode was gotten from a block special device.
+\end{funcdesc}
+
 \begin{funcdesc}{S_ISREG}{mode}
 Return non-zero if the mode was gotten from a regular file.
 \end{funcdesc}
index a1d8a78927cf462e2af5fdb4a56a7cd0fada048e..385672350fb870d2b589d2de6bd4963b1eaa914a 100644 (file)
@@ -14,13 +14,17 @@ The \code{stat} module defines the following functions:
 \renewcommand{\indexsubitem}{(in module stat)}
 
 \begin{funcdesc}{S_ISDIR}{mode}
-Return non-zero if the mode was gotten from a directory file.
+Return non-zero if the mode was gotten from a directory.
 \end{funcdesc}
 
 \begin{funcdesc}{S_ISCHR}{mode}
 Return non-zero if the mode was gotten from a character special device.
 \end{funcdesc}
 
+\begin{funcdesc}{S_ISBLK}{mode}
+Return non-zero if the mode was gotten from a block special device.
+\end{funcdesc}
+
 \begin{funcdesc}{S_ISREG}{mode}
 Return non-zero if the mode was gotten from a regular file.
 \end{funcdesc}