Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tr Expand "it's", and fix fix convention notation.



details:   https://anonhg.NetBSD.org/src/rev/6367f55b5e88
branches:  trunk
changeset: 787015:6367f55b5e88
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed May 29 15:08:30 2013 +0000

description:
Expand "it's", and fix fix convention notation.

>From Bug Hunting.

diffstat:

 usr.bin/tr/tr.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1699456e83b0 -r 6367f55b5e88 usr.bin/tr/tr.1
--- a/usr.bin/tr/tr.1   Wed May 29 15:05:43 2013 +0000
+++ b/usr.bin/tr/tr.1   Wed May 29 15:08:30 2013 +0000
@@ -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 @@
 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 @@
 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



Home | Main Index | Thread Index | Old Index