summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/radixsort.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/radixsort.3')
-rw-r--r--lib/libc/stdlib/radixsort.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index 7ce7156..90a52c6 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -66,7 +66,7 @@ Applications may specify a sort order by providing the
.Fa table
argument.
If
-.Pf non- Dv NULL ,
+.Pf non- Dv NULL ,
.Fa table
must reference an array of
.Dv UCHAR_MAX
@@ -109,7 +109,7 @@ particular, see D.E. Knuth's Algorithm R and section 5.2.5, exercise 10.
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
OpenPOWER on IntegriCloud