summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/qsort.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/qsort.3')
-rw-r--r--src/lib/libc/stdlib/qsort.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/qsort.3 b/src/lib/libc/stdlib/qsort.3
index 2921cbbe69..0af8606773 100644
--- a/src/lib/libc/stdlib/qsort.3
+++ b/src/lib/libc/stdlib/qsort.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: qsort.3,v 1.12 2003/06/02 20:18:38 millert Exp $ 32.\" $OpenBSD: qsort.3,v 1.13 2003/09/07 18:57:05 jmc Exp $
33.\" 33.\"
34.Dd June 4, 1993 34.Dd June 4, 1993
35.Dt QSORT 3 35.Dt QSORT 3
@@ -122,7 +122,7 @@ a variant of selection sorting; in particular, see D.E. Knuth's Algorithm H.
122.Fn heapsort 122.Fn heapsort
123takes O N lg N worst-case time. 123takes O N lg N worst-case time.
124This implementation of 124This implementation of
125.Fn qsort 125.Fn heapsort
126is implemented without recursive function calls. 126is implemented without recursive function calls.
127.Pp 127.Pp
128The function 128The function