diff options
author | jozan <jozan@noemail.net> | 2020-11-15 16:10:25 +0000 |
---|---|---|
committer | jozan <jozan@noemail.net> | 2020-11-15 16:10:25 +0000 |
commit | 127d09d49f726e58d281cd30fbe4e56e4a5fdf9d (patch) | |
tree | c95ae373ebdd6d6113542617852eec89a3498aae /man | |
parent | Man in progress (diff) | |
download | unixize-127d09d49f726e58d281cd30fbe4e56e4a5fdf9d.tar.gz unixize-127d09d49f726e58d281cd30fbe4e56e4a5fdf9d.tar.bz2 unixize-127d09d49f726e58d281cd30fbe4e56e4a5fdf9d.tar.xz unixize-127d09d49f726e58d281cd30fbe4e56e4a5fdf9d.tar.zst unixize-127d09d49f726e58d281cd30fbe4e56e4a5fdf9d.zip |
Man in progress
FossilOrigin-Name: 997093287820cb997d6f25d2a5c242bc6c7849d3b0ed99260cccf1e4257e7159
Diffstat (limited to 'man')
-rw-r--r-- | man/unixize.1 | 34 |
1 files 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: |