diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-09-30 07:05:46 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-09-30 07:05:46 +0000 |
| commit | 5e24a42489dd7a3b7f2feb5ee5cbf41e32571cd1 (patch) | |
| tree | f4a4da578c1182136fa8ee37218fc23901c35cc3 | |
| parent | ba5a51ea04bbd93987c498fdd7c6b636871c9301 (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdlib/qsort.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index a734da2067c5..6dfffd6fa42a 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -36,7 +36,7 @@ .\" @(#)qsort.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd September 7, 2002 +.Dd September 30, 2003 .Dt QSORT 3 .Os .Sh NAME @@ -263,16 +263,19 @@ This is no longer true. .%P pp. 114-123, 145-149 .Re .Rs -.%A Mcilroy, P.M. +.%A McIlroy, P.M. .%T "Optimistic Sorting and Information Theoretic Complexity" .%J "Fourth Annual ACM-SIAM Symposium on Discrete Algorithms" .%V January 1992 .Re .Rs .%A Bentley, J.L. +.%A McIlroy, M.D. .%T "Engineering a Sort Function" -.%J "bentley@research.att.com" -.%V January 1992 +.%J "Software--Practice and Experience" +.%V Vol. 23(11) +.%P pp. 1249-1265 +.%D November\ 1993 .Re .Sh STANDARDS The |
