]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: note the use of LC_COLLATE in comm, join and uniq
authorPádraig Brady <P@draigBrady.com>
Tue, 5 May 2009 11:00:15 +0000 (12:00 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 5 May 2009 16:14:51 +0000 (17:14 +0100)
commita6c9dd74d8083b27ca8db78791b9d6e7ba6d4478
treebd59a6063967f8d555fff6b6777669786d0abbeb
parent8d00fb26f1bd5847f8e1318fdb99c8ef256dbece
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
doc/coreutils.texi
src/comm.c
src/join.c
src/uniq.c