Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Provide some more details for papers by Bent...



details:   https://anonhg.NetBSD.org/src/rev/5c992f1d84a1
branches:  trunk
changeset: 542459:5c992f1d84a1
user:      heinz <heinz%NetBSD.org@localhost>
date:      Wed Jan 29 22:12:53 2003 +0000

description:
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:

 lib/libc/stdlib/qsort.3 |  17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r adf4757ddcc3 -r 5c992f1d84a1 lib/libc/stdlib/qsort.3
--- a/lib/libc/stdlib/qsort.3   Wed Jan 29 20:44:48 2003 +0000
+++ b/lib/libc/stdlib/qsort.3   Wed Jan 29 22:12:53 2003 +0000
@@ -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 @@
 .%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@localhost"
-.%V January 1992
+.%J "Software-Practice and Experience"
+.%V Vol. 23
+.%P pp. 1249-1265
 .Re
 .Sh STANDARDS
 The



Home | Main Index | Thread Index | Old Index