aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-13 22:25:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-13 22:25:33 +0000
commit0227791b40a6936310e1dd376b0883b540fec0c0 (patch)
tree8a41fa7aceada1e7e82a06e67d6722b3c843f482 /usr.bin/wc
parente340fc602be23c05a35f023bb91e70b4148c2ad9 (diff)
downloadsrc-0227791b40a6936310e1dd376b0883b540fec0c0.tar.gz
src-0227791b40a6936310e1dd376b0883b540fec0c0.zip
Expand *n't contractions.
Notes
Notes: svn path=/head/; revision=141846
Diffstat (limited to 'usr.bin/wc')
-rw-r--r--usr.bin/wc/wc.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 48aeb6b70068..d5284dcea8a3 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -117,7 +117,7 @@ Historically, the
.Nm
utility was documented to define a word as a ``maximal string of
characters delimited by <space>, <tab> or <newline> characters''.
-The implementation, however, didn't handle non-printing characters
+The implementation, however, did not handle non-printing characters
correctly so that
.Dq Li " ^D^E "
counted as 6 spaces, while