Commit 761ae0b8 authored by Gregory P. Smith's avatar Gregory P. Smith

fix typo

parent 01801d1f
......@@ -173,14 +173,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment