From 9b7ce513f445ab817cad3e3d49c5f97cc695b741 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 6 Mar 1999 11:41:51 +0000 Subject: [PATCH] Fix minor formatting error. --- lib/libc/string/string.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 01b8e803a041..40d69069523c 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)string.3 8.2 (Berkeley) 12/11/93 -.\" $NetBSD: string.3,v 1.6 1998/09/14 21:31:31 kleink Exp $ +.\" $NetBSD: string.3,v 1.7 1999/03/06 11:41:51 mycroft Exp $ .\" .Dd December 11, 1993 .Dt STRING 3 @@ -120,6 +120,7 @@ Except as noted in their specific manual pages, the string functions do not test the destination for size limitations. .Sh SEE ALSO +.Xr bstring 3 , .Xr index 3 , .Xr strcat 3 , .Xr strchr 3 , @@ -137,7 +138,6 @@ for size limitations. .Xr strtok 3 , .Xr strtok_r 3 , .Xr rindex 3 -.Xr bstring 3 .Sh STANDARDS The .Fn strcat ,