* man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: Applied
fixes for "Bug 2023 - nroff errors in manual pages". http://bugzilla.maptools.org/show_bug.cgi?id=2023
This commit is contained in:
parent
614f95d8b1
commit
cd06c91a13
@ -1,5 +1,9 @@
|
||||
2009-08-24 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||
|
||||
* man/{TIFFClose.3tiff,raw2tiff.1,tiffcmp.1,tiffsplit.1}: Applied
|
||||
fixes for "Bug 2023 - nroff errors in manual pages".
|
||||
http://bugzilla.maptools.org/show_bug.cgi?id=2023
|
||||
|
||||
* tools/{rgb2ycbcr.c, tiff2rgba.c}: Applied fixes for "Bug 2079 -
|
||||
CVE-2009-2347 libtiff: integer overflows in various inter-color
|
||||
space conversion tools".
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: TIFFClose.3tiff,v 1.2 2005-11-02 11:07:18 dron Exp $
|
||||
.\" $Id: TIFFClose.3tiff,v 1.3 2009-08-24 19:13:40 bfriesen Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1988-1997 Sam Leffler
|
||||
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
||||
@ -40,7 +40,7 @@ Any buffered data are flushed to the file, including the contents of the
|
||||
current directory (if modified); and all resources are reclaimed.
|
||||
.SH DIAGNOSTICS
|
||||
All error messages are directed to the
|
||||
.bR TIFFError (3TIFF)
|
||||
.BR TIFFError (3TIFF)
|
||||
routine.
|
||||
Likewise, warning messages are directed to the
|
||||
.BR TIFFWarning (3TIFF)
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: raw2tiff.1,v 1.6 2006-04-20 12:17:19 dron Exp $
|
||||
.\" $Id: raw2tiff.1,v 1.7 2009-08-24 19:13:40 bfriesen Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990-1997 Sam Leffler
|
||||
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
||||
@ -187,7 +187,7 @@ There is no magic, it is just a mathematical statistics, so it can be wrong
|
||||
in some cases. But for most ordinary images guessing method will work fine.
|
||||
.SH "SEE ALSO"
|
||||
.BR pal2rgb (1),
|
||||
.bR tiffinfo (1),
|
||||
.BR tiffinfo (1),
|
||||
.BR tiffcp (1),
|
||||
.BR tiffmedian (1),
|
||||
.BR libtiff (3)
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: tiffcmp.1,v 1.5 2006-04-20 12:17:19 dron Exp $
|
||||
.\" $Id: tiffcmp.1,v 1.6 2009-08-24 19:13:40 bfriesen Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1988-1997 Sam Leffler
|
||||
.\" Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
||||
@ -78,7 +78,7 @@ The pixel and/or sample number reported in differences may be off
|
||||
in some exotic cases.
|
||||
.SH "SEE ALSO"
|
||||
.BR pal2rgb (1),
|
||||
.bR tiffinfo (1),
|
||||
.BR tiffinfo (1),
|
||||
.BR tiffcp (1),
|
||||
.BR tiffmedian (1),
|
||||
.BR libtiff (3TIFF)
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $Id: tiffsplit.1,v 1.5 2005-11-02 11:07:19 dron Exp $
|
||||
.\" $Id: tiffsplit.1,v 1.6 2009-08-24 19:13:40 bfriesen Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1992-1997 Sam Leffler
|
||||
.\" Copyright (c) 1992-1997 Silicon Graphics, Inc.
|
||||
@ -50,7 +50,7 @@ suffix in the range [\fIaaa\fP-\fIzzz\fP], the suffix
|
||||
(e.g.
|
||||
.IR xaaa.tif ,
|
||||
.IR xaab.tif ,
|
||||
\...
|
||||
.IR ... ,
|
||||
.IR xzzz.tif ).
|
||||
If a prefix is not specified on the command line,
|
||||
the default prefix of
|
||||
|
Loading…
Reference in New Issue
Block a user