summaryrefslogtreecommitdiff
path: root/usr.bin/tr/tr.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-15 20:51:39 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2010-07-15 20:51:39 +0000
commitd1e3490c2c01c8d4c419a531ccbba23627555a8c (patch)
tree51922fc49afafddf96d2c0f37ca0596c58562981 /usr.bin/tr/tr.1
parent7f51966fb29bd3bf3348d5e49422c1934fa6949a (diff)
More delimiters that need quoting inside macros, hunted down by jmc@,
who asked me to commit because he is just running out of the door.
Diffstat (limited to 'usr.bin/tr/tr.1')
-rw-r--r--usr.bin/tr/tr.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1
index c172b1daf13..fb2046d11b1 100644
--- a/usr.bin/tr/tr.1
+++ b/usr.bin/tr/tr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tr.1,v 1.15 2010/04/05 16:44:52 deraadt Exp $
+.\" $OpenBSD: tr.1,v 1.16 2010/07/15 20:51:38 schwarze Exp $
.\" $NetBSD: tr.1,v 1.5 1994/12/07 08:35:13 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)tr.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: April 5 2010 $
+.Dd $Mdocdate: July 15 2010 $
.Dt TR 1
.Os
.Sh NAME
@@ -276,18 +276,18 @@ System V shell scripts should work under this implementation as long as
the range is intended to map in another range, i.e., the command
.Dq tr\ [a-z]\ [A-Z]
will work as it will map the
-.Dq [
+.Dq \&[
character in
.Ar string1
to the
-.Dq [
+.Dq \&[
character in
.Ar string2 .
However, if the shell script is deleting or squeezing characters as in
the command
.Dq tr\ -d\ [a-z] ,
the characters
-.Dq [
+.Dq \&[
and
.Dq \]
will be