Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 19:05:13 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247051 - head/lib/libc/stdlib
Message-ID:  <201302201905.r1KJ5DDN091344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Wed Feb 20 19:05:13 2013
New Revision: 247051
URL: http://svnweb.freebsd.org/changeset/base/247051

Log:
  Sort sections.

Modified:
  head/lib/libc/stdlib/qsort.3

Modified: head/lib/libc/stdlib/qsort.3
==============================================================================
--- head/lib/libc/stdlib/qsort.3	Wed Feb 20 18:31:55 2013	(r247050)
+++ head/lib/libc/stdlib/qsort.3	Wed Feb 20 19:05:13 2013	(r247051)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302201905.r1KJ5DDN091344>