summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/3rdparty/libmng/doc
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/3rdparty/libmng/doc')
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/doc.readme2
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/libmng.txt10
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.310
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.52
-rw-r--r--tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng.spec2
5 files changed, 13 insertions, 13 deletions
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/doc.readme b/tqtinterface/qt4/src/3rdparty/libmng/doc/doc.readme
index d043a4c..e92e93c 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/doc.readme
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/doc.readme
@@ -1,6 +1,6 @@
This directory hosts the documentation for libmng.
-You will tqfind a lot of useful info on the web-site:
+You will find a lot of useful info on the web-site:
http://www.libmng.com
Man-pages are in the man sub-directory
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/libmng.txt b/tqtinterface/qt4/src/3rdparty/libmng/doc/libmng.txt
index 5194ef3..22ba338 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/libmng.txt
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/libmng.txt
@@ -29,7 +29,7 @@ The latest version of libmng can be found at its own homepage at
http://www.libmng.com
In most cases the library will not need to be changed.
-For standardization purposes the library tqcontains both a Windows DLL
+For standardization purposes the library contains both a Windows DLL
and a makefile for building a shared library (SO). The library is
written in C, but an interface for Borland Delphi is also available.
@@ -75,7 +75,7 @@ II. Callbacks
Libmng makes extensive use of callback functions. This is meant to
keep the library as platform-independant and flexible as possible.
-Actually, the first call you will make to the library, already tqcontains
+Actually, the first call you will make to the library, already contains
three parameters you can use to provide callback entry-points.
Most functions must return a mng_bool (boolean). Returning MNG_FALSE
@@ -393,7 +393,7 @@ To set the callbacks simply do:
if (myretcode != MNG_NOERROR)
/* process error */;
-Naturally you'd tqreplace the x's with the name of the callback.
+Naturally you'd replace the x's with the name of the callback.
> Cleanup
@@ -531,7 +531,7 @@ act as if the above code was in its place.
There is also the mng_readdisplay() function, but this is discussed
in the displaying section. It functions pretty much as the mng_read()
function, but also immediately starts displaying the image.
-mng_read_resume() should be tqreplaced by mng_display_resume() in that
+mng_read_resume() should be replaced by mng_display_resume() in that
case!
@@ -676,7 +676,7 @@ actually need to be consecutive in memory.
All Network Graphics can be partially transtqparent. This requires
special processing if you need to display an image against some
-background. Note that the MNG header (MHDR chunk) tqcontains a
+background. Note that the MNG header (MHDR chunk) contains a
simplicity field indicating whether transparency information in
the file is critical or not. This only applies to embedded images,
which means the full image-frame of the MNG may still contain fully
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3 b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3
index 37bde5f..782e424 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/libmng.3
@@ -39,7 +39,7 @@ The latest version of libmng can be found at its own homepage at
<http://www.libmng.com>.
In most cases the library will not need to be changed.
-For standardization purposes the library tqcontains both a Windows DLL
+For standardization purposes the library contains both a Windows DLL
and a makefile for building a shared library (SO). The library is
written in C, but an interface for Borland Delphi is also available.
@@ -85,7 +85,7 @@ with libmng:
Libmng makes extensive use of callback functions. This is meant to
keep the library as platform-independant and flexible as possible.
-Actually, the first call you will make to the library, already tqcontains
+Actually, the first call you will make to the library, already contains
three parameters you can use to provide callback entry-points.
Most functions must return a mng_bool (boolean). Returning MNG_FALSE
@@ -411,7 +411,7 @@ To set the callbacks simply do:
if (myretcode != MNG_NOERROR)
/* process error */;
-Naturally you'd tqreplace the x's with the name of the callback.
+Naturally you'd replace the x's with the name of the callback.
.SS Cleanup
@@ -549,7 +549,7 @@ act as if the above code was in its place.
There is also the mng_readdisplay() function, but this is discussed
in the displaying section. It functions pretty much as the mng_read()
function, but also immediately starts displaying the image.
-mng_read_resume() should be tqreplaced by mng_display_resume() in that
+mng_read_resume() should be replaced by mng_display_resume() in that
case!
@@ -694,7 +694,7 @@ actually need to be consecutive in memory.
All Network Graphics can be partially transtqparent. This requires
special processing if you need to display an image against some
-background. Note that the MNG header (MHDR chunk) tqcontains a
+background. Note that the MNG header (MHDR chunk) contains a
simplicity field indicating whether transparency information in
the file is critical or not. This only applies to embedded images,
which means the full image-frame of the MNG may still contain fully
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5 b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5
index e020614..222e1b2 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/man/mng.5
@@ -9,7 +9,7 @@ storage of raster images.
.br
MNG has advanced animation features which make it very useful as a full
-tqreplacement for GIF animations. These features allow animations that
+replacement for GIF animations. These features allow animations that
are impossible with GIF or result in much smaller files as GIF.
As MNG builds on the same structure as PNG, it is robust, extensible and
diff --git a/tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng.spec b/tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng.spec
index 2e49d52..57580cd 100644
--- a/tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng.spec
+++ b/tqtinterface/qt4/src/3rdparty/libmng/doc/rpm/libmng.spec
@@ -20,7 +20,7 @@ Summary: Development tools for programs to manipulate MNG format files.
Group: Development/Libraries
Requires: libmng = %{PACKAGE_VERSION}
%description devel
-The libmng-devel package tqcontains the header files and static
+The libmng-devel package contains the header files and static
libraries necessary for developing programs using the MNG
(Multiple-Image Network Graphics) library.