1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Cite the published version of "Engineering a Sort Function" instead of

an email address.  Spell McIlroy correctly.
This commit is contained in:
Tim J. Robbins 2003-09-30 07:05:46 +00:00
parent ba5a51ea04
commit 5e24a42489
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120598

View File

@ -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