summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/radixsort.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/stdlib/radixsort.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/radixsort.3 b/src/lib/libc/stdlib/radixsort.3
index 028837d4d1..8a4f71641f 100644
--- a/src/lib/libc/stdlib/radixsort.3
+++ b/src/lib/libc/stdlib/radixsort.3
@@ -25,7 +25,7 @@
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" $OpenBSD: radixsort.3,v 1.9 2003/06/02 20:18:38 millert Exp $ 28.\" $OpenBSD: radixsort.3,v 1.10 2005/07/26 04:20:23 jaredy Exp $
29.\" 29.\"
30.Dd January 27, 1994 30.Dd January 27, 1994
31.Dt RADIXSORT 3 31.Dt RADIXSORT 3
@@ -71,8 +71,8 @@ More than one byte may have the same sort weight.
71The 71The
72.Fa table 72.Fa table
73argument is useful for applications which wish to sort different characters 73argument is useful for applications which wish to sort different characters
74equally, for example, providing a table with the same weights 74equally; for example, providing a table with the same weights
75for A-Z as for a-z will result in a case-insensitive sort. 75for A\-Z as for a\-z will result in a case-insensitive sort.
76If 76If
77.Fa table 77.Fa table
78is 78is