summaryrefslogtreecommitdiff
path: root/docs/tutorials/015/page05.html
diff options
context:
space:
mode:
authorjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 03:14:02 +0000
committerjcej <jcej@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-22 03:14:02 +0000
commit251cb77e8da6e2c956a6fe929e3e6a0b0c3397fa (patch)
tree4b2fe438c5cd19dad7e9527174220e7fcc9daa4b /docs/tutorials/015/page05.html
parent1273cca419871e8c04554dbf4b538f69453b3955 (diff)
downloadATCD-251cb77e8da6e2c956a6fe929e3e6a0b0c3397fa.tar.gz
*** empty log message ***
Diffstat (limited to 'docs/tutorials/015/page05.html')
-rw-r--r--docs/tutorials/015/page05.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/tutorials/015/page05.html b/docs/tutorials/015/page05.html
index dbfe16e91d7..104911d718b 100644
--- a/docs/tutorials/015/page05.html
+++ b/docs/tutorials/015/page05.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
@@ -12,10 +13,10 @@
<P>
<HR WIDTH="100%">
-Like the client, we want to keep the main() part of our server code as
+Like the client, we want to keep the main() part of our server code as
simple as possible. This is done by putting most of the work
into the Handler object that will deal with client connections.
-From the looks of the code below, I think we've been successful in our
+From the looks of the code below, I think we've been successful in our
simplification.
<HR>