diff options
Diffstat (limited to 'usr.bin/tr/tr.1')
-rw-r--r-- | usr.bin/tr/tr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index 58565f797a7..0c7216ca122 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tr.1,v 1.17 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: tr.1,v 1.18 2011/06/27 23:10:19 jmc 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: September 3 2010 $ +.Dd $Mdocdate: June 27 2011 $ .Dt TR 1 .Os .Sh NAME @@ -231,7 +231,7 @@ expression is only valid when it occurs in .Ar string2 . If .Ar n -is omitted or is zero, it is be interpreted as large enough to extend +is omitted or is zero, it is interpreted as large enough to extend the .Ar string2 sequence to the length of .Ar string1 . |