aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-18 03:30:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-18 03:30:50 +0000
commitcbc1e6c2f332318b897f3812a1133a9bfd7de510 (patch)
tree77803b661ecfb2d6758f47167f525ba02378777d /usr.bin/join
parent3dfe1a8e498b1b9821ce7f647e6f31e1c983498f (diff)
downloadsrc-cbc1e6c2f332318b897f3812a1133a9bfd7de510.tar.gz
src-cbc1e6c2f332318b897f3812a1133a9bfd7de510.zip
Fix a typo that crept in.
Pointyhat: gjb (myself) Spotted by: hrs MFC after: 2 days (minor change)
Notes
Notes: svn path=/head/; revision=235597
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index 3d2b789d8a7e..3b91390a1e63 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 letter requires quoting to protect it from the shell, or, a simpler
+(The latter requires quoting to protect it from the shell, or, a simpler
approach is to use multiple
.Fl o
options.)