]> granicus.if.org Git - python/commitdiff
Merged revisions 76556 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 27 Nov 2009 17:54:17 +0000 (17:54 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 27 Nov 2009 17:54:17 +0000 (17:54 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76556 | gregory.p.smith | 2009-11-27 09:51:12 -0800 (Fri, 27 Nov 2009) | 2 lines

  fix typo
........

Doc/library/os.rst

index 588a7529abd5dc7901367b0c65946fe543224a08..42d28fa4cf997e2eeac2d937c1e89cb8fdded779 100644 (file)
@@ -196,14 +196,14 @@ process and user.
 
    Return the parent's process id. Availability: Unix.
 
-.. function:: getresgid()
+.. function:: getresuid()
 
    Return a tuple (ruid, euid, suid) denoting the current process's
    real, effective, and saved user ids. Availability: Unix.
 
    .. versionadded:: 2.7/3.2
 
-.. function:: getresuid()
+.. function:: getresgid()
 
    Return a tuple (rgid, egid, sgid) denoting the current process's
    real, effective, and saved user ids. Availability: Unix.