summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-05-05 12:00:15 +0100
committerPádraig Brady <P@draigBrady.com>2009-05-05 17:14:51 +0100
commita6c9dd74d8083b27ca8db78791b9d6e7ba6d4478 (patch)
treebd59a6063967f8d555fff6b6777669786d0abbeb /src/join.c
parent8d00fb26f1bd5847f8e1318fdb99c8ef256dbece (diff)
downloadcoreutils-a6c9dd74d8083b27ca8db78791b9d6e7ba6d4478.tar.xz
doc: note the use of LC_COLLATE in comm, join and uniq
* doc/coreutils.texi (uniq invocation): Simplify the text to remove the inconsequential mentioning of order, while implying that LC_COLLATE can alter equality comparisons. * src/comm.c (usage): Mention LC_COLLATE is significant. * src/join.c (usage): Ditto. * src/uniq.c (usage): Ditto. Also improve the summary. Suggestion from Andries Brouwer
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/join.c b/src/join.c
index 992a357b1..c71669893 100644
--- a/src/join.c
+++ b/src/join.c
@@ -204,6 +204,7 @@ separated by CHAR.\n\
\n\
Important: FILE1 and FILE2 must be sorted on the join fields.\n\
E.g., use `sort -k 1b,1' if `join' has no options.\n\
+Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
If the input is not sorted and some lines cannot be joined, a\n\
warning message will be given.\n\
"), stdout);