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/stdlib/bsearch.3 | |
parent | 179604044813b13b6c13ecb74de46206ad287e49 (diff) | |
download | src-75141cc9877bd4c86b39c602f68ae5dc205cefdb.tar.gz src-75141cc9877bd4c86b39c602f68ae5dc205cefdb.zip |
Sort cross references.
Notes
Notes:
svn path=/head/; revision=21907
Diffstat (limited to 'lib/libc/stdlib/bsearch.3')
-rw-r--r-- | lib/libc/stdlib/bsearch.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3 index e4cf49fac322..a4e076e4b201 100644 --- a/lib/libc/stdlib/bsearch.3 +++ b/lib/libc/stdlib/bsearch.3 @@ -81,7 +81,7 @@ If two members compare as equal, which member is matched is unspecified. .Sh SEE ALSO .Xr db 3 , .Xr lsearch 3 , -.Xr qsort 3 , +.Xr qsort 3 .\" .Xr tsearch 3 .Sh STANDARDS The |