[enet-cvs]CVS: enet/docs mainpage.dox,1.2,1.3 tutorial.dox,1.1,1.2
Bruce
bruce at sferik.cubik.org
Sun Jun 22 22:15:07 PDT 2003
Update of /home/enet/cvsroot/enet/docs
In directory sferik:/tmp/cvs-serv3505/docs
Modified Files:
mainpage.dox tutorial.dox
Log Message:
Small corrections.
Index: mainpage.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/mainpage.dox,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mainpage.dox 2003/05/10 04:18:10 1.2
+++ mainpage.dox 2003/06/23 03:15:04 1.3
@@ -47,7 +47,7 @@
@endcode
Hit the return key when prompted for a password.
@code
- $ cvs -z3 co -l .
+ $ cvs -z3 -d :pserver:anoncvs at sferik.cubik.org:/home/enet/cvsroot co -l .
$ cvs -z3 co enet
@endcode
Index: tutorial.dox
===================================================================
RCS file: /home/enet/cvsroot/enet/docs/tutorial.dox,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tutorial.dox 2003/03/08 23:56:29 1.1
+++ tutorial.dox 2003/06/23 03:15:04 1.2
@@ -324,7 +324,7 @@
exit (EXIT_FAILURE);
}
- /* Wait up to 5 seconds for the connection attempt to succeed.
+ /* Wait up to 5 seconds for the connection attempt to succeed. */
if (enet_host_service (client, & event, 5000) > 0 &&
event.type == ENET_EVENT_TYPE_CONNECT)
{
More information about the enet-cvs
mailing list