diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-15 00:01:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-15 00:01:23 +0000 |
commit | 015ce70fae716967e97534fe49d3484137ce3686 (patch) | |
tree | e700f38cea5eede6c0af09dc0a223befcc22ee6c /usr.bin/join | |
parent | e718c9f9e8e8f86db4ac0d91b4f740dff436cb2c (diff) |
Clarification. From NetBSD.
Diffstat (limited to 'usr.bin/join')
-rw-r--r-- | usr.bin/join/join.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index a76b23f4da0..a1855cf00d3 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -65,9 +65,9 @@ There is one line in the output for each pair of lines in and .Ar file2 which have identical join fields. -Each output line consists of the join field, the other fields from +Each output line consists of the join field, the remaining fields from .Ar file1 -and then the other fields from +and then the remaining fields from .Ar file2 . .Pp The default field separators are tab and space characters. |