Fix #510240 Correct tiff2ps man option -W
This commit is contained in:
parent
bb6d775214
commit
4dfcd5de7d
@ -105,3 +105,15 @@ index 0f81b19..8c696db 100644
|
|||||||
" -i ignore read errors",
|
" -i ignore read errors",
|
||||||
" -b file[,#] bias (dark) monochrome image to be subtracted from all others",
|
" -b file[,#] bias (dark) monochrome image to be subtracted from all others",
|
||||||
" -,=% use % rather than , to separate image #'s (per Note below)",
|
" -,=% use % rather than , to separate image #'s (per Note below)",
|
||||||
|
diff --git a/man/tiff2ps.1 b/man/tiff2ps.1
|
||||||
|
index b4a304a..0d672b0 100644
|
||||||
|
--- a/man/tiff2ps.1
|
||||||
|
+++ b/man/tiff2ps.1
|
||||||
|
@@ -149,6 +149,7 @@ be split in several pages. Options
|
||||||
|
and
|
||||||
|
.B \-W
|
||||||
|
are mutually exclusive.
|
||||||
|
+.TP
|
||||||
|
.B \-i
|
||||||
|
Enable/disable pixel interpolation. This option requires a
|
||||||
|
single numeric value: zero to disable pixel interpolation and
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Library of functions for manipulating TIFF format image files
|
Summary: Library of functions for manipulating TIFF format image files
|
||||||
Name: libtiff
|
Name: libtiff
|
||||||
Version: 4.0.3
|
Version: 4.0.3
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
|
|
||||||
License: libtiff
|
License: libtiff
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -188,6 +188,9 @@ find html/man -name 'Makefile*' | xargs rm
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-13
|
||||||
|
- Fix #510240 Correct tiff2ps man option -W
|
||||||
|
|
||||||
* Wed Oct 16 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-12
|
* Wed Oct 16 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-12
|
||||||
- make check moved to %check section (#1017070)
|
- make check moved to %check section (#1017070)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user