aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-14 15:59:52 +0000
committerRichard M. Stallman2003-07-14 15:59:52 +0000
commitdd726314b834da686132f5723793899d8646bdbc (patch)
treea15d728ea2f4291bc624cb6f97971aadb424cc39
parentfdba9ef4dad8548c41a1032b206f1d10cf1b0b6c (diff)
downloademacs-dd726314b834da686132f5723793899d8646bdbc.tar.gz
emacs-dd726314b834da686132f5723793899d8646bdbc.zip
(User Identification): user-uid, user-real-uid can return float.
-rw-r--r--lispref/os.texi2
1 files changed, 2 insertions, 0 deletions
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}).
917 917
918@defun user-real-uid 918@defun user-real-uid
919This function returns the real @sc{uid} of the user. 919This function returns the real @sc{uid} of the user.
920The value may be a floating point number.
920 921
921@example 922@example
922@group 923@group
@@ -928,6 +929,7 @@ This function returns the real @sc{uid} of the user.
928 929
929@defun user-uid 930@defun user-uid
930This function returns the effective @sc{uid} of the user. 931This function returns the effective @sc{uid} of the user.
932The value may be a floating point number.
931@end defun 933@end defun
932 934
933@node Time of Day 935@node Time of Day