]> granicus.if.org Git - python/commitdiff
SF patch #797157: Bug 794658: os.chmod docs, stat constants
authorRaymond Hettinger <python@rcn.com>
Sun, 31 Aug 2003 05:09:52 +0000 (05:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 31 Aug 2003 05:09:52 +0000 (05:09 +0000)
(Contributed by Christos Georgiou.)

Reference the symbol definitions in the stat module.

Doc/lib/libos.tex

index 5d16a0dff3fc49f3fdba3a6c7a38b02007e520b7..a6617e3178520ef65e0a4270c2fea6623c26322c 100644 (file)
@@ -668,7 +668,8 @@ Availability: \UNIX.
 
 \begin{funcdesc}{chmod}{path, mode}
 Change the mode of \var{path} to the numeric \var{mode}.
-\var{mode} may take one of the following values:
+\var{mode} may take one of the following values
+(as defined in the \module{stat} module):
 \begin{itemize}
   \item \code{S_ISUID}
   \item \code{S_ISGID}