summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-09-30 07:05:46 +0000
committertjr <tjr@FreeBSD.org>2003-09-30 07:05:46 +0000
commitac45d6b57e87ad594506ac7ed275864b9d7c50d0 (patch)
treef4a4da578c1182136fa8ee37218fc23901c35cc3 /lib
parentee83710173158891337f421fa1180b12b6eee5d3 (diff)
downloadFreeBSD-src-ac45d6b57e87ad594506ac7ed275864b9d7c50d0.zip
FreeBSD-src-ac45d6b57e87ad594506ac7ed275864b9d7c50d0.tar.gz
Cite the published version of "Engineering a Sort Function" instead of
an email address. Spell McIlroy correctly.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/qsort.311
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index a734da2..6dfffd6 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
OpenPOWER on IntegriCloud