summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 14:11:46 +0000
committerru <ru@FreeBSD.org>2000-11-20 14:11:46 +0000
commitf7a10404bccd5370cf494e1453a276bbf09b1143 (patch)
treee5249448ab52cfea6561a527dbe5fa3c83eddaaa /lib/libcompat/4.4
parent55a23507010ea3eabe58edf611fdf921fabc3374 (diff)
downloadFreeBSD-src-f7a10404bccd5370cf494e1453a276bbf09b1143.zip
FreeBSD-src-f7a10404bccd5370cf494e1453a276bbf09b1143.tar.gz
mdoc(7) police: Nm -> Fn where appropriate.
Diffstat (limited to 'lib/libcompat/4.4')
-rw-r--r--lib/libcompat/4.4/cuserid.39
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index cc91bee..db4d760 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -43,12 +43,15 @@
.Fn cuserid "char *s"
.Sh DESCRIPTION
.Bf -symbolic
-The cuserid function is made obsolete by getpwuid.
+The
+.Fn cuserid
+function is made obsolete by
+.Xr getpwuid 3 .
It is available from the compatibility library, libcompat.
.Ef
.Pp
The function
-.Nm cuserid
+.Fn cuserid
gets the user name associated with the effective UID of the current
process. If the argument
.Fa s
@@ -64,7 +67,7 @@ If
.Fa s
is NULL, an internal array is used and its address will be returned.
.Sh RETURN VALUES
-.Nm cuserid
+.Fn cuserid
returns the address of an array in which the name has been stored.
If the name associated with the effective UID of the current process
OpenPOWER on IntegriCloud