aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
commitd64ada501ae33c02e7c4e3ce21962907df814a5a (patch)
treebd0234a8048c844b06483795cfb1fe4d34b68a4f /usr.bin/tr
parent5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff)
downloadsrc-d64ada501ae33c02e7c4e3ce21962907df814a5a.tar.gz
src-d64ada501ae33c02e7c4e3ce21962907df814a5a.zip
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.
Notes
Notes: svn path=/head/; revision=108470
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index 78b7b06a0ecd..77f2fea05640 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -276,7 +276,7 @@ to the ``['' character in
However, if the shell script is deleting or squeezing characters as in
the command ``tr -d [a-z]'', the characters ``['' and ``]'' will be
included in the deletion or compression list which would not have happened
-under an historic System V implementation.
+under a historic System V implementation.
Additionally, any scripts that depended on the sequence ``a-z'' to
represent the three characters ``a'', ``-'' and ``z'' will have to be
rewritten as ``a\e-z''.