From: Jim Meyering Date: Fri, 11 Aug 2000 09:12:47 +0000 (+0000) Subject: (usage): Describe -d and -i in a locale-independent way. X-Git-Tag: FILEUTILS-4_0y~63 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5018ccfb7efced663ae455e99d7d830730f62888;p=platform%2Fupstream%2Fcoreutils.git (usage): Describe -d and -i in a locale-independent way. --- diff --git a/src/sort.c b/src/sort.c index 3586af9..c81c51e 100644 --- a/src/sort.c +++ b/src/sort.c @@ -280,10 +280,10 @@ Write sorted concatenation of all FILE(s) to standard output.\n\ starting with zero (contrast with the -k option)\n\ -b ignore leading blanks in sort fields or keys\n\ -c check if given files already sorted, do not sort\n\ - -d consider only [a-zA-Z0-9 ] characters in keys\n\ + -d consider only blanks and alphanumeric characters in keys\n\ -f fold lower case to upper case characters in keys\n\ -g compare according to general numerical value, imply -b\n\ - -i consider only [\\040-\\0176] characters in keys\n\ + -i consider only printable characters in keys\n\ -k POS1[,POS2] start a key at POS1, end it *at* POS2\n\ field numbers and character offsets are numbered\n\ starting with one (contrast with zero-based +POS form)\n\