summaryrefslogtreecommitdiff
path: root/lib/libc/string/string.3
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1999-03-06 11:41:51 +0000
committermycroft <mycroft@NetBSD.org>1999-03-06 11:41:51 +0000
commit9b7ce513f445ab817cad3e3d49c5f97cc695b741 (patch)
treed5db26adffec77207f1e11ce35022c56d02a006a /lib/libc/string/string.3
parente6c7d6de02d56f2d8b266937817ec0b92cd8f866 (diff)
Fix minor formatting error.
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r--lib/libc/string/string.34
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 ,