Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a6aa28

Browse files
committed
SF patch #797157: Bug 794658: os.chmod docs, stat constants
(Contributed by Christos Georgiou.) Reference the symbol definitions in the stat module.
1 parent 6d362b2 commit 0a6aa28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,8 @@ \subsection{Files and Directories \label{os-file-dir}}
668668

669669
\begin{funcdesc}{chmod}{path, mode}
670670
Change the mode of \var{path} to the numeric \var{mode}.
671-
\var{mode} may take one of the following values:
671+
\var{mode} may take one of the following values
672+
(as defined in the \module{stat} module):
672673
\begin{itemize}
673674
\item \code{S_ISUID}
674675
\item \code{S_ISGID}

0 commit comments

Comments
 (0)