From 0a6aa28681b38bba28b633078f7a0809715fefc1 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 31 Aug 2003 05:09:52 +0000 Subject: SF patch #797157: Bug 794658: os.chmod docs, stat constants (Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module. --- Doc/lib/libos.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5d16a0d..a6617e3 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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} -- cgit v0.12