From fbfc5f77a673bd7a228773a8a9df2946254d3c41 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 29 May 2013 15:08:30 +0000 Subject: Expand "it's", and fix fix convention notation. From Bug Hunting. --- usr.bin/tr/tr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/tr') 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 -- cgit