summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-02-20 19:05:13 +0000
committerjoel <joel@FreeBSD.org>2013-02-20 19:05:13 +0000
commit4778623d426b579d28de62ccf6bd1e9aeba0c58f (patch)
tree5c6bdc9410f2ae69f2537262cd710f877d56d013 /lib/libc/stdlib
parent1183d7a09c590e018fd2b8740e7c6525a014a246 (diff)
downloadFreeBSD-src-4778623d426b579d28de62ccf6bd1e9aeba0c58f.zip
FreeBSD-src-4778623d426b579d28de62ccf6bd1e9aeba0c58f.tar.gz
Sort sections.
Diffstat (limited to 'lib/libc/stdlib')
-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 a39517f..f34d260 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -205,12 +205,6 @@ 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 EXAMPLES
A sample program that sorts an array of
.Vt int
@@ -251,6 +245,12 @@ main(void)
return (EXIT_SUCCESS);
}
.Ed
+.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
OpenPOWER on IntegriCloud