commit 456f3c4211d110fb6f19eab988a7db74de1c4768
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Wed Oct 5 21:42:24 2016 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Wed Oct 5 21:42:24 2016 +0200

    tr.1: Make note of some changes in the utility

diff --git a/tr.1 b/tr.1
index a9b25c6..03a0b0f 100644
--- a/tr.1
+++ b/tr.1
@@ -1,4 +1,4 @@
-.Dd 2015-10-08
+.Dd 2016-10-05
 .Dt TR 1
 .Os sbase
 .Sh NAME
@@ -49,7 +49,9 @@ Resolve to
 .Sy c .
 .El
 .Sh TRANSLATION
-If no options are specified,
+If
+.Fl d
+is not set,
 .Nm
 translates from
 .Ar set1
@@ -60,7 +62,10 @@ by index or character class.
 If
 .Ar set2
 is shorter than
-.Ar set1 ,
+.Ar set1
+or
+.Ar set1
+is a character class,
 overflowing characters translate to the last character in
 .Ar set2 .
 .Sh EXIT STATUS

Reply via email to