summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/cftime.312
-rw-r--r--lib/libcompat/4.4/cuserid.33
2 files changed, 9 insertions, 6 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index d346734..5f7dd34 100644
--- a/lib/libcompat/4.1/cftime.3
+++ b/lib/libcompat/4.1/cftime.3
@@ -69,10 +69,11 @@ Use
.Xr strftime 3
instead.
.Pp
-.Fn Ascftime
-is almost identical with
+The
+.Fn ascftime
+function is almost identical to
.Xr strftime 3 ,
-with the only exception there's no parameter to tell about the
+with the only exception that there's no parameter to tell about the
maximal buffer length, and the
.Fa format
parameter defaults to
@@ -81,8 +82,9 @@ if a
.Em NULL
pointer is given.
.Pp
-.Fn Cftime
-does the same job, but it first invokes
+The
+.Fn cftime
+function does the same job, but it first invokes
.Xr localtime 3
in order to convert the given
.Fa clock ,
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index dc4bf53..168fcda 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -68,8 +68,9 @@ If
.Fa s
is NULL, an internal array is used and its address will be returned.
.Sh RETURN VALUES
+The
.Fn cuserid
-returns the address of an array in which the name has been stored.
+function 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
OpenPOWER on IntegriCloud