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 27 28 29 30 31 32 33 34 35
|
Description: fix typos and apostrophes on manpages
Author: David da Silva Polverari <polverari@debian.org>
Last-Update: 2024-04-22
--- a/man/exiftran.1
+++ b/man/exiftran.1
@@ -24,7 +24,7 @@ rotations like
but unlike
.BR "jpegtran" "(1)"
it cares about the \fIEXIF\fP data: It can rotate images automatically by
-checking the exif orientation tag; it updates the exif informations if needed
+checking the exif orientation tag; it updates the exif information if needed
(image dimension, orientation); it also rotates the exif thumbnail. It can
process multiple images at once.
\#
--- a/man/fbi.1
+++ b/man/fbi.1
@@ -16,7 +16,7 @@ device. \fIPhotoCD\fP, \fIjpeg\fP, \fIpp
\fIbmp\fP, \fIpng\fP and \fIwebp\fP formats are supported natively. For other
.BR fbi
tries to use
-.BR "ImageMagick" "(1)\'s"
+.BR "ImageMagick" "(1)\\(aqs"
.BR "convert" "(1)."
\#
\#
@@ -87,7 +87,7 @@ Read ahead images into cache.
Image cache \fIsize\fP in megabytes (default is 256).
.TP
.BI "--blend" "\ time"
-Image blend \fItime\fP in miliseconds.
+Image blend \fItime\fP in milliseconds.
.TP
.BI "-T" "\ n" ", --vt" "\ n"
Start on virtual console \fIn\fP.
|