Patch [ 1213031 ] note that os.chown can have -1 as an argument

This commit is contained in:
Georg Brandl 2005-06-25 18:52:24 +00:00
parent 3da85ec682
commit 0929b7e5f7
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ Availability: Macintosh, \UNIX, Windows.
\begin{funcdesc}{chown}{path, uid, gid}
Change the owner and group id of \var{path} to the numeric \var{uid}
and \var{gid}.
and \var{gid}. To leave one of the ids unchanged, set it to -1.
Availability: Macintosh, \UNIX.
\end{funcdesc}