From 60e972c2298b3ed157c644e993abfdd09d22ceda Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 27 Apr 2014 11:23:18 +0200 Subject: [PATCH] Update tr.1 man page Document the -d option and slightly change the wording of the page. Signed-off-by: Silvan Jegen --- tr.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tr.1 b/tr.1 index efe7d30..81141d9 100644 --- a/tr.1 +++ b/tr.1 @@ -9,6 +9,10 @@ tr \- translate characters .B tr .RB set1 .RI set2 +.SH OPTIONS +.TP +.B \-d +For compatibility. If given, characters in set1 will be deleted from the input and specifying set2 will result in an error. .SH DESCRIPTION .B tr reads input from stdin replacing every character in @@ -19,7 +23,7 @@ If set2 is not given .B tr deletes the characters in set1 from the input. -Sets are specified as strings of characters. Almost all represent themselves. The following ones will be interpreted: +Sets are specified as strings of characters. Almost all represent themselves but the following ones will be interpreted: .TP \e\e backslash