Fix minor formatting error.

This commit is contained in:
mycroft 1999-03-06 11:41:51 +00:00
parent e6c7d6de02
commit 9b7ce513f4
1 changed files with 2 additions and 2 deletions

View File

@ -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 ,