From 329223e6f229a55ee8fed800f358f30e994ed749 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Thu, 2 Mar 2000 09:14:21 +0000 Subject: Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. --- lib/libcompat/4.1/cftime.3 | 3 ++- lib/libcompat/4.3/re_comp.3 | 3 ++- lib/libcompat/4.4/cuserid.3 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'lib/libcompat') diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 6b20797..421e94a 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 34cd19d..322413f 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 f3b4fc6..35389db 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 -- cgit v1.1