summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/string.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r--lib/libc/string/string.313
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index c257d94..462482f 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)string.3 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt STRING 3
@@ -114,23 +115,23 @@ 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 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 rindex 3
-.Xr bstring 3
+.Xr strtok 3
.Sh STANDARDS
The
.Fn strcat ,
OpenPOWER on IntegriCloud