- Commit
- 242b92907241053726fc47a10120cd5998ce9bc6
- Parent
- f28ab8ddb64aff798eb0ece2cd9d9d6fef84c546
- Author
- Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
- Date
Fixed more typos
View the individual entries of an ICO file in sxiv ⏺️
Fixed more typos
6 files changed, 26 insertions, 26 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
Modified | README.adoc | 8 | 4 | 4 |
Modified | install.sh | 18 | 9 | 9 |
Modified | man/ico-sxiv.1 | 8 | 4 | 4 |
Modified | man/ico-sxvi.1 | 6 | 3 | 3 |
Modified | man/man.adoc | 10 | 5 | 5 |
diff --git a/Makefile b/Makefile @@ -1,2 +1,2 @@ build-doc: - asciidoctor -b manpage ./man/man.adoc -o ./man/ico-sxvi.1 + asciidoctor -b manpage ./man/man.adoc -o ./man/ico-sxiv.1
diff --git a/README.adoc b/README.adoc @@ -1,4 +1,4 @@ -= ico-sxvi(1) += ico-sxiv(1) == Synopsis @@ -12,11 +12,11 @@ View the individual entries of an ICO file in `sxiv`. == Usage -`ico-sxvi FILE` +`ico-sxiv FILE` == Installation -The `ico-sxvi(1)` command and it's man page can be installed in Unix systems +The `ico-sxiv(1)` command and it's man page can be installed in Unix systems by running: ---- @@ -28,7 +28,7 @@ installed in `$HOME/.local/share/man/man1/`. == Authors -`ico-sxvi` was written by Pablo Emilio Escobar Gaviria +`ico-sxiv` was written by Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>. == Copying
diff --git a/install.sh b/install.sh @@ -36,27 +36,27 @@ then dependencyError "sxiv" "https://github.com/muennich/sxiv" fi -if [ -f "$HOME/.local/bin/ico-sxvi" ] +if [ -f "$HOME/.local/bin/ico-sxiv" ] then - rm "$HOME/.local/bin/ico-sxvi" + rm "$HOME/.local/bin/ico-sxiv" fi # Download the executable -wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/ico-sxvi -P "$HOME/.local/bin/"\ - && chmod +x "$HOME/.local/bin/ico-sxvi"\ +wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/ico-sxiv -P "$HOME/.local/bin/"\ + && chmod +x "$HOME/.local/bin/ico-sxiv"\ || exit 1 # Install the man page tmp="$(mktemp -d)" -wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/man/ico-sxvi.1 -P "$tmp"\ - && install -g 0 -o 0 -m 0644 "$tmp/ico-sxvi.1" "$HOME/.local/share/man/man1/"\ +wget https://gitlab.com/pablo-escobar/ico-view/-/raw/master/man/ico-sxiv.1 -P "$tmp"\ + && install -g 0 -o 0 -m 0644 "$tmp/ico-sxiv.1" "$HOME/.local/share/man/man1/"\ || exit 1 -if [ -f "$HOME/.local/share/man/man1/ico-sxvi.1.gz" ] +if [ -f "$HOME/.local/share/man/man1/ico-sxiv.1.gz" ] then - rm "$HOME/.local/share/man/man1/ico-sxvi.1.gz" + rm "$HOME/.local/share/man/man1/ico-sxiv.1.gz" fi -gzip "$HOME/.local/share/man/man1/ico-sxvi.1" +gzip "$HOME/.local/share/man/man1/ico-sxiv.1" rm "$tmp" -r
diff --git a/man/ico-sxiv.1 b/man/ico-sxiv.1 @@ -1,5 +1,5 @@ '\" t -.\" Title: ico-sxvi +.\" Title: ico-sxiv .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 .\" Date: 2020-12-08 @@ -32,16 +32,16 @@ View the individual entries of an ICO file in sxiv. .SH "USAGE" .sp -\fBico\-sxvi\fP FILE +\fBico\-sxiv\fP FILE .SH "AUTHORS" .sp -\fBico\-sxvi\fP was written by Pablo Emilio Escobar Gaviria +\fBico\-sxiv\fP was written by Pablo Emilio Escobar Gaviria <\c .MTO "pablo\-escobar\(atriseup.net" "" ">." .SH "RESOURCES" .sp \fBGit source repository on GitLab:\fP \c -.URL "https://gitlab.com/pablo\-escobar/ico\-sxvi" "" "" +.URL "https://gitlab.com/pablo\-escobar/ico\-view" "" "" .SH "COPYING" .sp Copyright (C) 2020 Pablo Emilio Escobar Gaviria.
diff --git a/man/ico-sxvi.1 b/man/ico-sxvi.1 @@ -1,5 +1,5 @@ '\" t -.\" Title: ico-sxvi +.\" Title: ico-sxiv .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.10 .\" Date: 2020-12-08 @@ -32,10 +32,10 @@ View the individual entries of an ICO file in sxiv. .SH "USAGE" .sp -\fBico\-sxvi\fP FILE +\fBico\-sxiv\fP FILE .SH "AUTHORS" .sp -\fBico\-sxvi\fP was written by Pablo Emilio Escobar Gaviria +\fBico\-sxiv\fP was written by Pablo Emilio Escobar Gaviria <\c .MTO "pablo\-escobar\(atriseup.net" "" ">." .SH "RESOURCES"
diff --git a/man/man.adoc b/man/man.adoc @@ -1,7 +1,7 @@ -= ico-sxvi(1) += ico-sxiv(1) :doctype: manpage -:man-manual: ico-sxvi Manual -:man-source: ico-sxvi 0.1.0 +:man-manual: ico-sxiv Manual +:man-source: ico-sxiv 0.1.0 :page-layout: base == SYNOPSIS @@ -10,11 +10,11 @@ View the individual entries of an ICO file in sxiv. == USAGE -*ico-sxvi* FILE +*ico-sxiv* FILE == AUTHORS -*ico-sxvi* was written by Pablo Emilio Escobar Gaviria +*ico-sxiv* was written by Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>. == RESOURCES