From 81d141dc211283ca3dfdc8499aef8d4d124f2f7a Mon Sep 17 00:00:00 2001 From: jozan Date: Sun, 15 Nov 2020 19:19:10 +0000 Subject: man in progress FossilOrigin-Name: defbf01f893f37bf4a42e87e3188093d65de33fe62c57ee716d4f823c9e98626 --- man/unixize.1 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/man/unixize.1 b/man/unixize.1 index 5824656..6f5923c 100644 --- a/man/unixize.1 +++ b/man/unixize.1 @@ -68,7 +68,7 @@ . .SH NAME .B unixize -\- bulk rename directory +\- bulk rename directory contents . . .SH SYNOPSIS @@ -116,6 +116,21 @@ relevant ascii character (or double characters). . .file_example "\(Eu\-Hliðskjálf-\(de\(dd.jpg" "hlidhskjalf.jpg" . +Two special patterns are always substitued, regardless of options. +.P +The first one is +.dquoted_text C\+\+ , +which will always be changed to +.dquoted_text cxx +whether the letter +.squoted_text C +is upper-case or lower-case. +.P +. +.file_example "learn_c++_programming.pdf" "learn_cxx_programming.pdf" +. +The second one is removes the first dot +.squoted_text . ) ( .SH OPTIONS .SH SEE ALSO .IR ascii (7), -- cgit v1.2.3