summaryrefslogtreecommitdiff
path: root/Build/source/utils/pdfopen/README
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/pdfopen/README')
-rw-r--r--Build/source/utils/pdfopen/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/utils/pdfopen/README b/Build/source/utils/pdfopen/README
index 0e3e13b1dc2..3072326118c 100644
--- a/Build/source/utils/pdfopen/README
+++ b/Build/source/utils/pdfopen/README
@@ -1,7 +1,7 @@
---------------------------------------------------------
-Pdfopen 0.5 - Send open/close commands to Acrobat Reader
---------------------------------------------------------
+---------------------------------------------------------
+Pdfopen 0.51 - Send open/close commands to Acrobat Reader
+---------------------------------------------------------
This is a Linux (X11) implementation of Fabrice Popineau's pdfclose/
pdfopen commands to control the Acrobat Reader.
@@ -19,6 +19,9 @@ building under X11R5, handles pathnames on the command-line,
and fixes a bug where pdfopen did not exit correctly after
(automatically) starting acroread.
+Version 0.51 uses the strrchr() function instead of rindex()
+to allow compilation on non-BSD derived unix platforms.
+
The command lines do not behave precisely the same as under Windows,
because the Linux Reader behaves somewhat different: it is not
scriptable, but it is possible to 'fake' keypresses.