bug report 4.2BSD/lib/51
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 11 Apr 1987 02:59:03 +0000 (18:59 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 11 Apr 1987 02:59:03 +0000 (18:59 -0800)
SCCS-vsn: lib/libc/stdlib/qsort.3 6.2

usr/src/lib/libc/stdlib/qsort.3

index 1872e3d..e3dba9f 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)qsort.3     6.1 (Berkeley) %G%
+.\"    @(#)qsort.3     6.2 (Berkeley) %G%
 .\"
 .TH QSORT 3  ""
 .UC 4
 .\"
 .TH QSORT 3  ""
 .UC 4
@@ -28,3 +28,5 @@ according as the first argument is to be considered
 less than, equal to, or greater than the second.
 .SH "SEE ALSO"
 sort(1)
 less than, equal to, or greater than the second.
 .SH "SEE ALSO"
 sort(1)
+.SH BUGS
+The comparison routine may not itself call \fIqsort\fP.