From 5e24a42489dd7a3b7f2feb5ee5cbf41e32571cd1 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Tue, 30 Sep 2003 07:05:46 +0000 Subject: [PATCH] Cite the published version of "Engineering a Sort Function" instead of an email address. Spell McIlroy correctly. --- lib/libc/stdlib/qsort.3 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3 index a734da2067c..6dfffd6fa42 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