summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/qsort.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-01 19:27:28 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-01 19:27:28 +0000
commit593a51980a92afc583faae94d80a860f19847b82 (patch)
tree619c5eb565454edb266020e31d8fc37642ba33f7 /lib/libc/stdlib/qsort.3
parentc015588fce23b571e5b96aa9c02d71c7d84ec3dc (diff)
- section reorder
- merge COMPATIBILITY - kill whitespace at EOL
Diffstat (limited to 'lib/libc/stdlib/qsort.3')
-rw-r--r--lib/libc/stdlib/qsort.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index a0561cadbe9..da2842aa92f 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: qsort.3,v 1.10 2003/05/10 06:48:30 jmc Exp $
+.\" $OpenBSD: qsort.3,v 1.11 2003/06/01 19:27:27 jmc Exp $
.\"
.Dd June 4, 1993
.Dt QSORT 3
@@ -181,12 +181,6 @@ or
.Fn mergesort
were unable to allocate memory.
.El
-.Sh COMPATIBILITY
-Previous versions of
-.Fn qsort
-did not permit the comparison routine itself to call
-.Fn qsort .
-This is no longer true.
.Sh SEE ALSO
.Xr sort 1 ,
.Xr radixsort 3
@@ -227,6 +221,12 @@ This is no longer true.
.%V January 1992
.Re
.Sh STANDARDS
+Previous versions of
+.Fn qsort
+did not permit the comparison routine itself to call
+.Fn qsort .
+This is no longer true.
+.Pp
The
.Fn qsort
function conforms to