summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}).
@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