Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib slighly clarify how endbyte is used, so that...
details: https://anonhg.NetBSD.org/src/rev/cda677e439ba
branches: trunk
changeset: 502152:cda677e439ba
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Jan 12 19:23:11 2001 +0000
description:
slighly clarify how endbyte is used, so that this matches implementation more closely
diffstat:
lib/libc/stdlib/radixsort.3 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 184fdafd4dd2 -r cda677e439ba lib/libc/stdlib/radixsort.3
--- a/lib/libc/stdlib/radixsort.3 Fri Jan 12 19:13:41 2001 +0000
+++ b/lib/libc/stdlib/radixsort.3 Fri Jan 12 19:23:11 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: radixsort.3,v 1.7 2000/12/13 22:11:24 garbled Exp $
+.\" $NetBSD: radixsort.3,v 1.8 2001/01/12 19:23:11 jdolecek Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -59,9 +59,11 @@
These functions sort an array of pointers to byte strings, the initial
member of which is referenced by
.Fa base .
-The byte strings may contain any values; the end of each string
-is denoted by the user-specified value
+The byte strings may contain any values. End of strings is denoted
+by character which has same weight as user specified value
.Fa endbyte .
+.Fa endbyte
+has to be between 0 and 255.
.Pp
Applications may specify a sort order by providing the
.Fa table
Home |
Main Index |
Thread Index |
Old Index