Sort sections.

This commit is contained in:
Joel Dahl 2013-02-20 19:05:13 +00:00
parent 302318d549
commit 954349a63c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247051

View File

@ -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