diff options
| author | Richard M. Stallman | 2003-07-14 15:59:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-07-14 15:59:52 +0000 |
| commit | dd726314b834da686132f5723793899d8646bdbc (patch) | |
| tree | a15d728ea2f4291bc624cb6f97971aadb424cc39 | |
| parent | fdba9ef4dad8548c41a1032b206f1d10cf1b0b6c (diff) | |
| download | emacs-dd726314b834da686132f5723793899d8646bdbc.tar.gz emacs-dd726314b834da686132f5723793899d8646bdbc.zip | |
(User Identification): user-uid, user-real-uid can return float.
| -rw-r--r-- | lispref/os.texi | 2 |
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 |
| 919 | This function returns the real @sc{uid} of the user. | 919 | This function returns the real @sc{uid} of the user. |
| 920 | The 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 |
| 930 | This function returns the effective @sc{uid} of the user. | 931 | This function returns the effective @sc{uid} of the user. |
| 932 | The 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 |