specify that getuid() returns the real uid (closes #10503)

Patch by εσχατοκυριος.
This commit is contained in:
Benjamin Peterson 2014-06-07 13:50:34 -07:00
parent 9b2731bfdd
commit 4bb09c8432
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ process and user.
.. index:: single: user; id .. index:: single: user; id
Return the current process's user id. Return the current process's real user id.
Availability: Unix. Availability: Unix.