diff options
author | 2005-07-26 04:20:23 +0000 | |
---|---|---|
committer | 2005-07-26 04:20:23 +0000 | |
commit | 3f82fb3da07e31346647d4969604ae37e63dc8be (patch) | |
tree | 7b8b068ff9016c4e63493d1e85c05d88cecd9504 /lib/libc/stdlib/radixsort.3 | |
parent | - typos, grammar, punctuation, layout tweaks (diff) | |
download | wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.tar.xz wireguard-openbsd-3f82fb3da07e31346647d4969604ae37e63dc8be.zip |
- typos, punctuation, layout, macro tweaks
- break long lines
ok jmc
Diffstat (limited to 'lib/libc/stdlib/radixsort.3')
-rw-r--r-- | lib/libc/stdlib/radixsort.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3 index 028837d4d17..8a4f71641f8 100644 --- a/lib/libc/stdlib/radixsort.3 +++ b/lib/libc/stdlib/radixsort.3 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: radixsort.3,v 1.9 2003/06/02 20:18:38 millert Exp $ +.\" $OpenBSD: radixsort.3,v 1.10 2005/07/26 04:20:23 jaredy Exp $ .\" .Dd January 27, 1994 .Dt RADIXSORT 3 @@ -71,8 +71,8 @@ More than one byte may have the same sort weight. The .Fa table argument is useful for applications which wish to sort different characters -equally, for example, providing a table with the same weights -for A-Z as for a-z will result in a case-insensitive sort. +equally; for example, providing a table with the same weights +for A\-Z as for a\-z will result in a case-insensitive sort. If .Fa table is |