diff options
| author | heinz <heinz@NetBSD.org> | 2003-01-29 22:12:53 +0000 |
|---|---|---|
| committer | heinz <heinz@NetBSD.org> | 2003-01-29 22:12:53 +0000 |
| commit | 077e910e6d7d3aa9a710c258b2bf4de8dc7bc32e (patch) | |
| tree | 4894b75429e7a566ab4d2455eecb01842d9dbe13 /lib/libc/stdlib | |
| parent | bd89d9c39f8a02d8e28c67999bfa78c15cf82dfc (diff) | |
Provide some more details for papers by Bentley/M.D. McIlroy and by
P.M. McIlroy (after short e-mail conversation with M.D. McIlroy on
www@).
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/qsort.3 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index 52c8532ab80..cc7ecbad62e 100644 --- a/lib/libc/stdlib/qsort.3 +++ b/lib/libc/stdlib/qsort.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: qsort.3,v 1.9 2002/02/07 07:00:30 ross Exp $ +.\" $NetBSD: qsort.3,v 1.10 2003/01/29 22:12:53 heinz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -220,16 +220,19 @@ This is no longer true. .%P pp. 114-123, 145-149 .Re .Rs -.%A Mcilroy, P.M. +.%A McIlroy, P.M. +.%D 1993 .%T "Optimistic Sorting and Information Theoretic Complexity" -.%J "Fourth Annual ACM-SIAM Symposium on Discrete Algorithms" -.%V January 1992 +.%J "Proceedings of the Fourth Annual ACM-SIAM Symposium on Discrete Algorithms" +.%P pp. 467-474 .Re .Rs -.%A Bentley, J.L. +.%A Bentley, J.L. and McIlroy, M.D. +.%D 1993 .%T "Engineering a Sort Function" -.%J "bentley@research.att.com" -.%V January 1992 +.%J "Software-Practice and Experience" +.%V Vol. 23 +.%P pp. 1249-1265 .Re .Sh STANDARDS The |
