[Plib-cvs] plib/doc/psl appl_guide.html,1.2,1.3 index.html,1.2,1.3 prog_guide.html,1.2,1.3
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-13 22:38:45
|
Update of /cvsroot/plib/plib/doc/psl In directory usw-pr-cvs1:/tmp/cvs-serv3825/psl Modified Files: appl_guide.html index.html prog_guide.html Log Message: HTML 4.0 compliance Index: appl_guide.html =================================================================== RCS file: /cvsroot/plib/plib/doc/psl/appl_guide.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- appl_guide.html 13 Sep 2002 17:37:25 -0000 1.2 +++ appl_guide.html 13 Sep 2002 22:38:41 -0000 1.3 @@ -1,5 +1,4 @@ - -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> @@ -44,7 +43,7 @@ loads a script called "test.psl", compiles and runs it. <pre> - #include <plib/psl.h> + #include <plib/psl.h> void main () { Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/psl/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.html 10 Sep 2002 04:37:38 -0000 1.2 +++ index.html 13 Sep 2002 22:38:41 -0000 1.3 @@ -1,4 +1,4 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> Index: prog_guide.html =================================================================== RCS file: /cvsroot/plib/plib/doc/psl/prog_guide.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- prog_guide.html 13 Sep 2002 17:37:25 -0000 1.2 +++ prog_guide.html 13 Sep 2002 22:38:41 -0000 1.3 @@ -1,4 +1,4 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |