aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-02 22:22:35 +0000
commit6a3e8b0adc8c622ae61275a94d5d869980a68069 (patch)
treeb3cdbab3d24866d3829616606f702cb5cb5d6c97 /usr.bin/join
parentf97d4ddfed9ff77e2873f938abcb1951c57fbf91 (diff)
Notes
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.13
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index 6a7477fc3f2a..8a807d529e75 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -82,7 +82,7 @@ and leading tabs and spaces are ignored.
The default output field separator is a single space character.
.Pp
Many of the options use file and field numbers.
-Both file numbers and field numbers are 1 based, i.e. the first file on
+Both file numbers and field numbers are 1 based, i.e., the first file on
the command line is file number 1 and the first field is field number 1.
The following options are available:
.Bl -tag -width indent
@@ -218,7 +218,6 @@ command conforms to
.Xr sort 1 ,
.Xr uniq 1
.Sh BUGS
-.Pp
The
.Nm
utility does not recognize multibyte characters.