Punctuation nit.

This commit is contained in:
wiz 2001-12-08 19:19:20 +00:00
parent ba63bbaa01
commit 9a11884a17
1 changed files with 2 additions and 2 deletions

View File

@ -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