summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2003-10-01 08:11:58 +0000
committerjmc <>2003-10-01 08:11:58 +0000
commitc4b6f57f935505867d677177d57c5b3dd6545b5e (patch)
treee1e28a7b46ebf95e8ba3e0bd565b32bdc9cab519 /src/lib
parente72c8f7435abb9076ecc9b579949a470328d2bf8 (diff)
downloadopenbsd-c4b6f57f935505867d677177d57c5b3dd6545b5e.tar.gz
openbsd-c4b6f57f935505867d677177d57c5b3dd6545b5e.tar.bz2
openbsd-c4b6f57f935505867d677177d57c5b3dd6545b5e.zip
updates and corrections to the references in SEE ALSO;
mostly from tjr@freebsd's rev. 1.14 commit.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/qsort.318
1 files changed, 11 insertions, 7 deletions
diff --git a/src/lib/libc/stdlib/qsort.3 b/src/lib/libc/stdlib/qsort.3
index 0af8606773..668ea90243 100644
--- a/src/lib/libc/stdlib/qsort.3
+++ b/src/lib/libc/stdlib/qsort.3
@@ -29,7 +29,7 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: qsort.3,v 1.13 2003/09/07 18:57:05 jmc Exp $ 32.\" $OpenBSD: qsort.3,v 1.14 2003/10/01 08:11:58 jmc Exp $
33.\" 33.\"
34.Dd June 4, 1993 34.Dd June 4, 1993
35.Dt QSORT 3 35.Dt QSORT 3
@@ -194,7 +194,7 @@ were unable to allocate memory.
194.%T "Heapsort" 194.%T "Heapsort"
195.%J "Communications of the ACM" 195.%J "Communications of the ACM"
196.%V 7:1 196.%V 7:1
197.%P pp. 347-348 197.%P pp. 347\-348
198.Re 198.Re
199.Rs 199.Rs
200.%A Knuth, D.E. 200.%A Knuth, D.E.
@@ -202,19 +202,23 @@ were unable to allocate memory.
202.%B "The Art of Computer Programming" 202.%B "The Art of Computer Programming"
203.%V Vol. 3 203.%V Vol. 3
204.%T "Sorting and Searching" 204.%T "Sorting and Searching"
205.%P pp. 114-123, 145-149 205.%P pp. 114\-123, 145\-149
206.Re 206.Re
207.Rs 207.Rs
208.%A Mcilroy, P.M. 208.%A McIlroy, P.M.
209.%T "Optimistic Sorting and Information Theoretic Complexity" 209.%T "Optimistic Sorting and Information Theoretic Complexity"
210.%J "Fourth Annual ACM-SIAM Symposium on Discrete Algorithms" 210.%J "Fourth Annual ACM-SIAM Symposium on Discrete Algorithms"
211.%V January 1992 211.%P pp. 467\-464
212.%D January 1993
212.Re 213.Re
213.Rs 214.Rs
214.%A Bentley, J.L. 215.%A Bentley, J.L.
216.%A McIlroy, M.D.
215.%T "Engineering a Sort Function" 217.%T "Engineering a Sort Function"
216.%J "bentley@research.att.com" 218.%J "Software \- Practice and Experience"
217.%V January 1992 219.%V Vol. 23(11)
220.%P pp. 1249\-1265
221.%D November 1993
218.Re 222.Re
219.Sh STANDARDS 223.Sh STANDARDS
220Previous versions of 224Previous versions of