artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c82ea
)
Clarification. From NetBSD.
author
millert
<millert@openbsd.org>
Wed, 15 Jan 1997 00:01:22 +0000
(
00:01
+0000)
committer
millert
<millert@openbsd.org>
Wed, 15 Jan 1997 00:01:22 +0000
(
00:01
+0000)
usr.bin/join/join.1
patch
|
blob
|
history
diff --git
a/usr.bin/join/join.1
b/usr.bin/join/join.1
index
a76b23f
..
a1855cf
100644
(file)
--- 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.