diff options
author | gjb <gjb@FreeBSD.org> | 2012-05-10 02:07:00 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-05-10 02:07:00 +0000 |
commit | c12b44c606b6cad01d15533ba20af28dde78aea6 (patch) | |
tree | b5f4dc5969c284d77f6a79e6bdf32264b6841eb9 /usr.bin/join | |
parent | c5b8ea046e66bbdee2b74df0b6e50fca4fa70295 (diff) | |
download | FreeBSD-src-c12b44c606b6cad01d15533ba20af28dde78aea6.zip FreeBSD-src-c12b44c606b6cad01d15533ba20af28dde78aea6.tar.gz |
General mdoc(7) and typo fixes.
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Diffstat (limited to 'usr.bin/join')
-rw-r--r-- | usr.bin/join/join.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index 3b91390..3d2b789 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -107,7 +107,7 @@ representing the join field. The elements of list must be either comma .Pq Ql \&, or whitespace separated. -(The latter requires quoting to protect it from the shell, or, a simpler +(The letter requires quoting to protect it from the shell, or, a simpler approach is to use multiple .Fl o options.) |