diff options
| author | mycroft <mycroft@NetBSD.org> | 1999-03-06 11:41:51 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1999-03-06 11:41:51 +0000 |
| commit | 9b7ce513f445ab817cad3e3d49c5f97cc695b741 (patch) | |
| tree | d5db26adffec77207f1e11ce35022c56d02a006a /lib/libc/string/string.3 | |
| parent | e6c7d6de02d56f2d8b266937817ec0b92cd8f866 (diff) | |
Fix minor formatting error.
Diffstat (limited to 'lib/libc/string/string.3')
| -rw-r--r-- | lib/libc/string/string.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 01b8e803a04..40d69069523 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 , |
