diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
commit | 75141cc9877bd4c86b39c602f68ae5dc205cefdb (patch) | |
tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/string/string.3 | |
parent | 179604044813b13b6c13ecb74de46206ad287e49 (diff) |
Notes
Diffstat (limited to 'lib/libc/string/string.3')
-rw-r--r-- | lib/libc/string/string.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index da20862fab8f..f3801894745f 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -115,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 , |