diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-05 14:14:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-05 14:14:43 +0000 |
commit | acca325884b150006f3d380f651ccf2b528de81a (patch) | |
tree | 3c1eb83f0b25a6389df2c2bc6c9a2c6dccef94de /doc | |
parent | 3e729d218d8025dc251f6cfd1cf51af4872745ca (diff) | |
download | coreutils-acca325884b150006f3d380f651ccf2b528de81a.tar.xz |
(join invocation): tweak wording
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index abaaaff02..b6f7fc1aa 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3973,7 +3973,7 @@ join [@var{option}]@dots{} @var{file1} @var{file2} @vindex LC_COLLATE Either @var{file1} or @var{file2} (but not both) can be @samp{-}, -meaning standard input. @var{file1} and @var{file2} should be already +meaning standard input. @var{file1} and @var{file2} should be sorted on the join fields. Normally, the sort order is that of the |