From 127d09d49f726e58d281cd30fbe4e56e4a5fdf9d Mon Sep 17 00:00:00 2001 From: jozan Date: Sun, 15 Nov 2020 16:10:25 +0000 Subject: Man in progress FossilOrigin-Name: 997093287820cb997d6f25d2a5c242bc6c7849d3b0ed99260cccf1e4257e7159 --- man/unixize.1 | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/man/unixize.1 b/man/unixize.1 index 61be25d..75057bb 100644 --- a/man/unixize.1 +++ b/man/unixize.1 @@ -63,7 +63,7 @@ .. . . -.TH unixize 1 "14 November 2020" "unixize 1.0" +.TH unixize 1 "15 November 2020" "unixize 1.0" . . .SH NAME @@ -98,32 +98,26 @@ All upper-case characters will be set to lower-case. . .file_example "FILE" "file" . -All unicode characters will be deleted -except for latin extended ascii characters, which will be replaced by the most -meaningful ascii character (or double characters). -. -.file_example "\(Eu\-Hliðskjálf-\(de\(dd.jpg" "hlidhskjalf.jpg" -. Spaces will be substitued by a .BR separator , -either underscores -.squoted_text _ -by default +by default underscores +.squoted_text _ ) ( . .file_example "a file with spaces.org" "a_file_with_spaces.org" . -or hyphens -(\c -.squoted_text \-\c ) -with the -.B -n -option. -.file_example "a file with spaces.org" "a\-file\-with\-spaces.org" -. Multiple spaces will be condensed into only one .BR sparator . . .file_example "lots of spaces.gif" "lots_of_spaces.gif" . -.P -unixize can subst ext... see \(lqOPTIONS\(rq bellow. +All unicode characters will be deleted +except for latin extended ascii characters, which will be replaced by the most +relevant ascii character (or double characters). +. +.file_example "\(Eu\-Hliðskjálf-\(de\(dd.jpg" "hlidhskjalf.jpg" +. +.SH OPTIONS +.SH SEE ALSO +.IR ascii (1), +.IR rename (2) +.\" vim: set filetype=groff: -- cgit v1.2.3