aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 09:14:21 +0000
commitc6ff3a1bf74d96278726113478b2c66884aab584 (patch)
tree6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libcompat
parent55609eba05d32edc56e3f69740099d4d9b095cef (diff)
Notes
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/cftime.33
-rw-r--r--lib/libcompat/4.3/re_comp.33
-rw-r--r--lib/libcompat/4.4/cuserid.33
3 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index 6b207973b302d..421e94ab651a0 100644
--- a/lib/libcompat/4.1/cftime.3
+++ b/lib/libcompat/4.1/cftime.3
@@ -59,7 +59,8 @@ Use of the functions
and
.Nm ascftime
is strongly deprecated, since there is no way to check for a buffer
-overflow condition. Use
+overflow condition.
+Use
.Xr strftime 3
instead.
diff --git a/lib/libcompat/4.3/re_comp.3 b/lib/libcompat/4.3/re_comp.3
index 34cd19deab071..322413f99599c 100644
--- a/lib/libcompat/4.3/re_comp.3
+++ b/lib/libcompat/4.3/re_comp.3
@@ -66,7 +66,8 @@ function
returns 0 if the string
.Fa s
was compiled successfully; otherwise a string containing an
-error message is returned. If
+error message is returned.
+If
.Fn re_comp
is passed 0 or a null string, it returns without changing the currently
compiled regular expression.
diff --git a/lib/libcompat/4.4/cuserid.3 b/lib/libcompat/4.4/cuserid.3
index f3b4fc6e33620..35389db85dda7 100644
--- a/lib/libcompat/4.4/cuserid.3
+++ b/lib/libcompat/4.4/cuserid.3
@@ -57,7 +57,8 @@ is non-NULL, the name is copied to the buffer it points to,
and that address is being returned. This buffer must provide space
for at least
.Em L_cuserid
-characters. The L_cuserid constant is defined in
+characters.
+The L_cuserid constant is defined in
.Pa Aq stdio.h .
If