summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-25 18:52:24 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-25 18:52:24 (GMT)
commit0929b7e5f7c3183b4b468d74e27db2adafe1336b (patch)
tree6001710e856982c2e68739558eea392fa5eb807a /Doc
parent3da85ec682901ed208d441aed7261a2cd1e69af4 (diff)
downloadcpython-0929b7e5f7c3183b4b468d74e27db2adafe1336b.zip
cpython-0929b7e5f7c3183b4b468d74e27db2adafe1336b.tar.gz
cpython-0929b7e5f7c3183b4b468d74e27db2adafe1336b.tar.bz2
Patch [ 1213031 ] note that os.chown can have -1 as an argument
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 0d23bd7..7611e5b 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -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}