summaryrefslogtreecommitdiff
path: root/dviware/dvidvi/dvidvi.c
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvidvi/dvidvi.c')
-rw-r--r--dviware/dvidvi/dvidvi.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dviware/dvidvi/dvidvi.c b/dviware/dvidvi/dvidvi.c
index a48890338f..86988cce8e 100644
--- a/dviware/dvidvi/dvidvi.c
+++ b/dviware/dvidvi/dvidvi.c
@@ -34,8 +34,10 @@
#define SEEK_CUR 1
#define SEEK_END 2
-#define BANNER "\nThis is dvidvi 1.1, Copyright 1988-1991 Radical Eye Software\n" \
+#define BANNER "\nThis is dvidvi " VERSION " (" TL_VERSION ")," \
+ " Copyright 1988-1991 Radical Eye Software\n" \
"Improved from 1.0 to 1.1, 1994, Markus Kohm\n"
+#define BUG_ADDRESS PACKAGE_BUGREPORT
#define STRINGSIZE (500L) /* maximum number of strings in program */
#ifdef HAVE_CONFIG_H
@@ -359,6 +361,7 @@ static void usage(void) {
(void)fprintf(stderr," [-q] quiet mode [-r] reverse pages\n");
(void)fprintf(stderr," [-m modulo:pagespecs] [-j] jumping pages\n");
(void)fprintf(stderr," [-p pagemodulo]\n");
+ (void)fprintf(stderr,"\nEmail bug reports to %s.\n", BUG_ADDRESS);
#ifndef VMS
exit(1) ;
#else /* VMS */