From 403f5844d16c63a63b8ce33a354e4871cb93df4c Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Jun 1999 18:01:34 +0000 Subject: repairs --- src/lib/libc/string/rindex.3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/string/rindex.3') diff --git a/src/lib/libc/string/rindex.3 b/src/lib/libc/string/rindex.3 index db7f8e1cd8..d4bcbbea54 100644 --- a/src/lib/libc/string/rindex.3 +++ b/src/lib/libc/string/rindex.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rindex.3,v 1.3 1997/12/30 01:09:49 deraadt Exp $ +.\" $OpenBSD: rindex.3,v 1.4 1999/06/29 18:01:33 aaron Exp $ .\" .Dd April 19, 1991 .Dt RINDEX 3 @@ -51,10 +51,12 @@ locates the last character matching .Fa c (converted to a -.Em char ) +.Li char ) in the null-terminated string .Fa s . -If the character c is found, a pointer to it is returned; otherwise NULL is returned. +If the character c is found, a pointer to it is returned; otherwise, +.Dv NULL +is returned. If .Fa c is @@ -76,5 +78,5 @@ locates the terminating .Sh HISTORY A .Fn rindex -function appeared in +function appeared in .At v6 . -- cgit v1.2.3-55-g6feb