diff options
author | wosch <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
commit | 6d0dbd7455d2457305fad8dab1cbd93d75cf5771 (patch) | |
tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/string | |
parent | c25e822b141074240801584c2f7942c95bff2f68 (diff) | |
download | FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.zip FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.tar.gz |
Sort cross references.
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strdup.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/string.3 | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3 index 6d076ff..e93ee29 100644 --- a/lib/libc/string/strdup.3 +++ b/lib/libc/string/strdup.3 @@ -56,8 +56,8 @@ argument to the function .Pp If insufficient memory is available, NULL is returned. .Sh SEE ALSO -.Xr malloc 3 , -.Xr free 3 +.Xr free 3 , +.Xr malloc 3 .Sh HISTORY The .Fn strdup diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index da20862..f380189 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 , |