summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
commit24a0682c6465290759ed0b09ea16e40e7cd47053 (patch)
tree13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libc/stdlib/qsort.3
parente1239d17fe51ff52f68635ebbb01e77d58371618 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r--lib/libc/stdlib/qsort.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index 07777db8efc3..a55b2e30ad41 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -209,6 +209,12 @@ functions
return no value.
.Pp
.Rv -std heapsort mergesort
+.Sh COMPATIBILITY
+Previous versions of
+.Fn qsort
+did not permit the comparison routine itself to call
+.Fn qsort 3 .
+This is no longer true.
.Sh ERRORS
The
.Fn heapsort
@@ -234,12 +240,6 @@ or
functions
were unable to allocate memory.
.El
-.Sh COMPATIBILITY
-Previous versions of
-.Fn qsort
-did not permit the comparison routine itself to call
-.Fn qsort 3 .
-This is no longer true.
.Sh SEE ALSO
.Xr sort 1 ,
.Xr radixsort 3