From: Brad M. <bra...@us...> - 2002-05-29 03:15:04
|
Update of /cvsroot/linuxconsole/ruby/web/htdocs/paper In directory usw-pr-cvs1:/tmp/cvs-serv26199/web/htdocs/paper Modified Files: contents.html index.html intro.html Log Message: typos, unbalanced <ul> Index: contents.html =================================================================== RCS file: /cvsroot/linuxconsole/ruby/web/htdocs/paper/contents.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- contents.html 12 Apr 2002 19:11:15 -0000 1.1 +++ contents.html 29 May 2002 03:15:01 -0000 1.2 @@ -71,7 +71,6 @@ <BR> <LI><A NAME="tex2html34" HREF="implement.html">Implementation: Ruby Dave Jones tree</A> -<UL> <BR> <LI><A NAME="tex2html40" HREF="conclusion.html">Conclusion</A> Index: index.html =================================================================== RCS file: /cvsroot/linuxconsole/ruby/web/htdocs/paper/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.html 3 May 2002 23:00:35 -0000 1.2 +++ index.html 29 May 2002 03:15:01 -0000 1.3 @@ -174,12 +174,12 @@ <BR> <LI><A NAME="tex2html34" HREF="implement.html">Implementation: Ruby Dave Jones tree</A> -<UL> <BR> <LI><A NAME="tex2html40" HREF="conclusion.html">Conclusion</A> <LI><A NAME="tex2html41" HREF="bio.html">Bibliography</A> +</UL> <!--End of Table of Child-Links--> <HR> <!--Navigation Panel--> Index: intro.html =================================================================== RCS file: /cvsroot/linuxconsole/ruby/web/htdocs/paper/intro.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- intro.html 3 May 2002 22:50:19 -0000 1.3 +++ intro.html 29 May 2002 03:15:01 -0000 1.4 @@ -71,7 +71,7 @@ As you can see the TTY layer covers many types of pieces of hardware. Because it does cover so many types this presents very difficult issues. What we have seen is no clear boundaries between the various types of devices. You see -things like pieces of tty/console code sprinckled throughout various low level +things like pieces of tty/console code sprinkled throughout various low level drivers. This makes driver writing more complex than it needs to be. <P> |