summaryrefslogtreecommitdiff
path: root/lib/libc/string/string.3
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-09-16 01:41:09 +0000
committerwiz <wiz@NetBSD.org>2001-09-16 01:41:09 +0000
commit4c17cdc321a80314ae1b38791fbb49b10289547b (patch)
tree463fcb0a4ac3f1189c8214e4a3ee05b8703e7218 /lib/libc/string/string.3
parentdfcfff97f3c11b9b1c60163907f3b5a9b071e154 (diff)
Whitespace fixes and sort SEE ALSO.
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r--lib/libc/string/string.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index 1051f6f659f..fe01d76abf2 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.8 1999/03/22 19:44:59 garbled Exp $
+.\" $NetBSD: string.3,v 1.9 2001/09/16 01:41:10 wiz Exp $
.\"
.Dd December 11, 1993
.Dt STRING 3
@@ -44,14 +44,14 @@
.Nm strrchr ,
.Nm strcmp ,
.Nm strncmp ,
-.Nm strcasecmp,
+.Nm strcasecmp ,
.Nm strncasecmp ,
.Nm strcpy ,
.Nm strncpy ,
.Nm strerror ,
.Nm strlen ,
.Nm strpbrk ,
-.Nm strsep,
+.Nm strsep ,
.Nm strspn ,
.Nm strcspn ,
.Nm strstr ,
@@ -122,22 +122,22 @@ for size limitations.
.Sh SEE ALSO
.Xr bstring 3 ,
.Xr index 3 ,
+.Xr rindex 3 ,
+.Xr strcasecmp 3 ,
.Xr strcat 3 ,
.Xr strchr 3 ,
-.Xr strrchr 3 ,
.Xr strcmp 3 ,
-.Xr strcasecmp 3 ,
.Xr strcpy 3 ,
+.Xr strcspn 3 ,
.Xr strerror 3 ,
.Xr strlen 3 ,
.Xr strpbrk 3 ,
+.Xr strrchr 3 ,
.Xr strsep 3 ,
.Xr strspn 3 ,
-.Xr strcspn 3 ,
.Xr strstr 3 ,
.Xr strtok 3 ,
-.Xr strtok_r 3 ,
-.Xr rindex 3
+.Xr strtok_r 3
.Sh STANDARDS
The
.Fn strcat ,