summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-12 08:13:40 +0000
committerru <ru@FreeBSD.org>2004-05-12 08:13:40 +0000
commit96d8fd862ebeda912a31b75f3e11ebfd941c1e63 (patch)
tree868f22898df0f6ae9968cfe017eabfee141a6fad
parent11a1318135d14e179519f7006521a0be6b9baa99 (diff)
downloadFreeBSD-src-96d8fd862ebeda912a31b75f3e11ebfd941c1e63.zip
FreeBSD-src-96d8fd862ebeda912a31b75f3e11ebfd941c1e63.tar.gz
Link radixsort(3) to sradixsort(3), make the latter appear in
the whatis(1) output.
-rw-r--r--lib/libc/stdlib/Makefile.inc1
-rw-r--r--lib/libc/stdlib/radixsort.32
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 229a871..bebbc63 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -36,6 +36,7 @@ MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 qsort.3 qsort_r.3
MLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3
MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
random.3 srandomdev.3
+MLINKS+=radixsort.3 sradixsort.3
MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 strtol.3 strtoimax.3
MLINKS+=strtoul.3 strtoull.3 strtoul.3 strtouq.3 strtoul.3 strtoumax.3
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index 6b41382..9558259 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -36,7 +36,7 @@
.Dt RADIXSORT 3
.Os
.Sh NAME
-.Nm radixsort
+.Nm radixsort , sradixsort
.Nd radix sort
.Sh LIBRARY
.Lb libc
OpenPOWER on IntegriCloud