1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Author: Alexander Zangerl <az@debian.org>
Subject: small type fix in manpage
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' igal2-2.1~/igal2.1 igal2-2.1/igal2.1
--- igal2-2.1~/igal2.1 2012-05-29 07:40:48.000000000 +1000
+++ igal2-2.1/igal2.1 2012-05-30 21:50:46.517697067 +1000
@@ -42,8 +42,8 @@
files and the
.BR identify " command enables " igal2
to include IMG HEIGHT and WIDTH tags in the HTML it generates.
-.BR If you would like to show the EXIF headers of the images
-(option -e) Image::ExifTools is needed
+If you would like to show the EXIF headers of the images
+(option -e) Image::ExifTools is needed.
.SH OPTIONS
.TP
@@ -123,7 +123,7 @@
.TP
.BI -e
Extract all EXIF tags from the images and display them on the image slides.
-This option needs Image::ExifTool to be installed
+This option needs Image::ExifTool to be installed.
.TP
.BI -f
Force thumbnail regeneration. Also forces medium-slide regeneration if
|