diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 14:08:20 +0000 |
| commit | 4263595653697b5431b4e2d75ce462b2353f2216 (patch) | |
| tree | 8d9379964e671d57e7bba00972413962093276ba /lib/libcompat/4.4 | |
| parent | 030f23696c36c3eaa27264b9a0a8817106ca8af1 (diff) | |
Notes
Diffstat (limited to 'lib/libcompat/4.4')
| -rw-r--r-- | lib/libcompat/4.4/cuserid.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3 index 4f53da77b0f7e..e52c64b592dda 100644 --- a/lib/libcompat/4.4/cuserid.3 +++ b/lib/libcompat/4.4/cuserid.3 @@ -63,14 +63,14 @@ for at least characters. The L_cuserid constant is defined in .Pa Aq stdio.h . - +.Pp If .Fa s is NULL, an internal array is used and its address will be returned. .Sh RETURN VALUES .Fn cuserid returns the address of an array in which the name has been stored. - +.Pp If the name associated with the effective UID of the current process could not be found, either a null pointer will be returned, or .Po |
