summaryrefslogtreecommitdiff
path: root/usr.bin/tr
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2013-05-29 15:08:30 +0000
committerwiz <wiz@NetBSD.org>2013-05-29 15:08:30 +0000
commitfbfc5f77a673bd7a228773a8a9df2946254d3c41 (patch)
tree6e91fc9beb29e96ef37b1efa81e4c8f4f53a729e /usr.bin/tr
parentc9e8bc26e6048091b3a4b1f2c1599ea5d904f2cd (diff)
Expand "it's", and fix fix convention notation.
From Bug Hunting.
Diffstat (limited to 'usr.bin/tr')
-rw-r--r--usr.bin/tr/tr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index 2afc066303d..239156d5ac1 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: tr.1,v 1.19 2013/05/29 15:04:37 wiz Exp $
+.\" $NetBSD: tr.1,v 1.20 2013/05/29 15:08:30 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -234,7 +234,7 @@ sequence to the length of
If
.Ar n
has a leading zero, it is interpreted as an octal value;
-otherwise, it's interpreted as a decimal value.
+otherwise, it is interpreted as a decimal value.
.El
.Sh EXIT STATUS
.Ex -std
@@ -336,7 +336,7 @@ has less characters than
is permitted by POSIX but is not required.
Shell scripts attempting to be portable to other POSIX systems should use
the
-.Dq [#*]
+.Dq [#*n]
convention instead of relying on this behavior.
.Sh BUGS
.Nm