From 9a11884a1722bb1e885c45625f73c389efa4ddf5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 8 Dec 2001 19:19:20 +0000 Subject: [PATCH] Punctuation nit. --- usr.bin/tr/tr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 5ac971032346..b2ad5eaf7705 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tr.1,v 1.8 2001/12/01 16:43:26 wiz Exp $ +.\" $NetBSD: tr.1,v 1.9 2001/12/08 19:19:20 wiz Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -257,7 +257,7 @@ the range is intended to map in another range, i.e. the command ``tr [a-z] [A-Z]'' will work as it will map the ``['' character in .Ar string1 to the ``['' character in -.Ar string2. +.Ar string2 . 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