[LON-CAPA-cvs] cvs: loncom / loncnew

raeburn raeburn@source.lon-capa.org
Fri, 17 Jun 2011 17:41:37 -0000


raeburn		Fri Jun 17 17:41:37 2011 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  - Eliminate lone single quotes in POD which could cause problems with
    syntax highlighting for some editors.
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.99 loncom/loncnew:1.100
--- loncom/loncnew:1.99	Fri Jun 17 16:36:29 2011
+++ loncom/loncnew	Fri Jun 17 17:41:37 2011
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.99 2011/06/17 16:36:29 raeburn Exp $
+# $Id: loncnew,v 1.100 2011/06/17 17:41:37 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -788,7 +788,7 @@
 
 =head3 State=Initialized
 
-We're waiting for the challenge, this is a no-op until the
+We are waiting for the challenge, this is a no-op until the
 state changes.
 
 =head3 State=Challenged 
@@ -986,9 +986,9 @@
 =head3 State = Connected 
 
 The connection is in the process of sending the 'init' hailing to the
-lond on the remote end.  The connection object's Writable member is
-called.  On error, ConnectionError is called to destroy the connection
-and remove it from the ActiveConnections hash
+lond on the remote end.  The Writable member of the connection object
+is called.  On error, call ConnectionError to destroy the connection
+and remove it from the ActiveConnections hash.
 
 =head3 Initialized