]> git.eshelyaron.com Git - emacs.git/commitdiff
(User Identification): user-uid, user-real-uid can return float.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 15:59:52 +0000 (15:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Jul 2003 15:59:52 +0000 (15:59 +0000)
lispref/os.texi

index 25a925ded6d0a3d5f0829a8c11ef6adc66fe1151..98e63f2a8786032a821bd0cd6324333f8e608f2a 100644 (file)
@@ -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