Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Add documentation of nmemb parameter, per PR...



details:   https://anonhg.NetBSD.org/src/rev/c6917e38c51a
branches:  trunk
changeset: 507177:c6917e38c51a
user:      fair <fair%NetBSD.org@localhost>
date:      Fri Mar 16 07:47:29 2001 +0000

description:
Add documentation of nmemb parameter, per PR 10567

diffstat:

 lib/libc/stdlib/radixsort.3 |  15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 9f0e953d2fc2 -r c6917e38c51a lib/libc/stdlib/radixsort.3
--- a/lib/libc/stdlib/radixsort.3       Fri Mar 16 07:46:57 2001 +0000
+++ b/lib/libc/stdlib/radixsort.3       Fri Mar 16 07:47:29 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: radixsort.3,v 1.8 2001/01/12 19:23:11 jdolecek Exp $
+.\"    $NetBSD: radixsort.3,v 1.9 2001/03/16 07:47:29 fair Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -56,10 +56,13 @@
 functions
 are implementations of radix sort.
 .Pp
-These functions sort an array of pointers to byte strings, the initial
-member of which is referenced by
+These functions sort an
+.Fa nmemb
+element array of pointers to byte strings, with
+the initial member of which is referenced by
 .Fa base .
-The byte strings may contain any values. End of strings is denoted
+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
@@ -69,7 +72,7 @@
 .Fa table
 argument.
 If
-.Pf non- Dv NULL , 
+.Pf non- Dv NULL ,
 .Fa table
 must reference an array of
 .Dv UCHAR_MAX
@@ -112,7 +115,7 @@
 They take linear time relative to the number of bytes in the strings.
 .Sh RETURN VALUES
 Upon successful completion 0 is returned.
-Otherwise, \-1 is returned and the global variable 
+Otherwise, \-1 is returned and the global variable
 .Va errno
 is set to indicate the error.
 .Sh ERRORS



Home | Main Index | Thread Index | Old Index