imlib/doc, 980929, minor typo fixes




Hi,

there are some typos in imlib/doc/index.html.

Patch follows:
----------------------------------------
--- imlib/doc/index.html-dist	Fri Sep 18 22:16:35 1998
+++ imlib/doc/index.html	Tue Sep 29 18:35:05 1998
@@ -1,4 +1,4 @@
-html>
+<html>
 <head><title>
 Imlib Programmers Guide
 </title></head>
@@ -120,12 +120,12 @@
 <center><table width=100% border=1><tr><td bgcolor=#cccccc><font face=helvetica size=3>
 <b>This program is written for Xlib.</b><br>
 To compile:<br>
-cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11/lib 
+cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib
 -L/usr/local/lib -lX11 -lXext -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib
 </font></td></tr><tr><td bgcolor=#ffffff>
 <pre>
 #include &lt;X11/Xlib.h&gt;
-#include &lt;X11/Xutil.h &gt
+#include &lt;X11/Xutil.h&gt;
 #include &lt;X11/extensions/shape.h&gt;
 #include &lt;Imlib.h&gt;
 
@@ -148,7 +148,7 @@
 /* Connect to the default Xserver */
    disp=XOpenDisplay(NULL);
 /* Immediately afterwards Intitialise Imlib */
-   id=Imlib_initEte(disp);
+   id=Imlib_init(disp);
 
 /* Load the image specified as the first argument */
    im=Imlib_load_image(id,argv[1]);
@@ -211,13 +211,13 @@
 <center><table width=100% border=1><tr><td bgcolor=#cccccc><font face=helvetica size=3>
 <b>This program is written for GDK.</b><br>
 To compile:<br>
-cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11/lib 
+cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib
 -L/usr/local/lib -lX11 -lXext -ljpeg -lpng -ltiff -lz -lgif -lglib -lgdk -lm
 -lgdk_imlib
 </font></td></tr><tr><td bgcolor=#ffffff>
 <pre>
-#include &lt;gdk_imlib.h&gt
-#include &lt;gdk/gdk.h&gt
+#include &lt;gdk_imlib.h&gt;
+#include &lt;gdk/gdk.h&gt;
 
 int main(int argc, char **argv)
   {
@@ -316,14 +316,14 @@
 <center><table width=100% border=1><tr><td bgcolor=#cccccc><font face=helvetica size=3>
 <b>This program is written for Xlib.</b><br>
 To compile:<br>
-cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11/lib 
+cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib
 -L/usr/local/lib -lX11 -lXext -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib
 </font></td></tr><tr><td bgcolor=#ffffff>
 <pre>
-#include &lt;X11/Xlib.h&gt
-#include &lt;X11/Xutil.h&gt
-#include &lt;X11/extensions/shape.h&gt
-#include &lt;Imlib.h&gt
+#include &lt;X11/Xlib.h&gt;
+#include &lt;X11/Xutil.h&gt;
+#include &lt;X11/extensions/shape.h&gt;
+#include &lt;Imlib.h&gt;
 
 int main(int argc, char **argv)
   {
@@ -384,13 +384,13 @@
 <center><table width=100% border=1><tr><td bgcolor=#cccccc><font face=helvetica size=3>
 <b>This program is written for GDK.</b><br>
 To compile:<br>
-cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11/lib 
+cc test.c -o test -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib
 -L/usr/local/lib -lX11 -lXext -ljpeg -lpng -ltiff -lz -lgif -lglib -lgdk -lm
 -lgdk_imlib
 </font></td></tr><tr><td bgcolor=#ffffff>
 <pre>
-#include &lt;gdk_imlib.h&gt
-#include &lt;gdk/gdk.h&gt
+#include &lt;gdk_imlib.h&gt;
+#include &lt;gdk/gdk.h&gt;
 
 int main(int argc, char **argv)
   {

----------------------------------------

-- 
Kang-Jin Lee
lee@arco.met.fu-berlin.de



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]