aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-03-24 16:02:05 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-03-24 16:02:05 +0000
commit0552350ecc55f34e3385dc06abf3c9c45092b332 (patch)
tree1a092156e84df44700be1a9dde40cf947f43e35a /lib/libcompat
parent592bb5e477f30354d5cbbabebe24ac7d05ba7e7e (diff)
Notes
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 d346734d0d7b..5f7dd348507c 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 dc4bf536731c..168fcdaa3c75 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