From dd726314b834da686132f5723793899d8646bdbc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 14 Jul 2003 15:59:52 +0000 Subject: [PATCH] (User Identification): user-uid, user-real-uid can return float. --- lispref/os.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lispref/os.texi b/lispref/os.texi index 25a925ded6d..98e63f2a878 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -917,6 +917,7 @@ Titles}). @defun user-real-uid This function returns the real @sc{uid} of the user. +The value may be a floating point number. @example @group @@ -928,6 +929,7 @@ This function returns the real @sc{uid} of the user. @defun user-uid This function returns the effective @sc{uid} of the user. +The value may be a floating point number. @end defun @node Time of Day -- 2.39.2