summaryrefslogtreecommitdiff
path: root/irfanview/debian/irfanview64.1.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-18 10:45:55 -0400
committerB Stack <bgstack15@gmail.com>2020-06-18 10:45:55 -0400
commitd7cc73b388a62d805dfdb9e61e09803d7aeb6d5d (patch)
treee410e3264d75bf40b982486ee4bf592ddb5694f9 /irfanview/debian/irfanview64.1.txt
parentirfanview: improve filename handling (diff)
downloadstackrpms-d7cc73b388a62d805dfdb9e61e09803d7aeb6d5d.tar.gz
stackrpms-d7cc73b388a62d805dfdb9e61e09803d7aeb6d5d.tar.bz2
stackrpms-d7cc73b388a62d805dfdb9e61e09803d7aeb6d5d.zip
irfanview dpkg: add help docs
This includes man pages, and suggests: xchm. Also suppress some lintian warnings.
Diffstat (limited to 'irfanview/debian/irfanview64.1.txt')
-rw-r--r--irfanview/debian/irfanview64.1.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/irfanview/debian/irfanview64.1.txt b/irfanview/debian/irfanview64.1.txt
new file mode 100644
index 0000000..6d93e63
--- /dev/null
+++ b/irfanview/debian/irfanview64.1.txt
@@ -0,0 +1,23 @@
+title irfanview-bin64
+section 1
+project irfanview
+volume General Commands Manual
+date June 2020
+=====
+NAME
+ irfanview-bin64 - graphics viewer that runs via wine, 64-bit version
+SYNOPSIS
+ irfanview [FILE1 [FILE2...]]
+DESCRIPTION
+ Run a graphics viewer from a non-free operating system.
+ENVIRONMENT
+* IV_WINEPREFIX = ~/.wine
+* IV_EXEC_PATH = /usr/share/irfanview64/i_view64.exe
+AUTHOR
+ bgstack15@gmail.com
+COPYRIGHT
+ CC-BY-SA 4.0
+BUGS
+ The invocation of i_view64.exe with filenames can get messed up, usually due to spaces.
+SEE ALSO
+ `/usr/share/irfanview64/i_view32.chm`
bgstack15