diff options
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 |
