From 4bb09c843240afd0c3f3d502f411c01e585ad08d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 7 Jun 2014 13:50:34 -0700 Subject: [PATCH] specify that getuid() returns the real uid (closes #10503) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by εσχατοκυριος. --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 3d492ba1b0f..20f3b25c579 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -379,7 +379,7 @@ process and user. .. index:: single: user; id - Return the current process's user id. + Return the current process's real user id. Availability: Unix.