[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm

foxr foxr at source.lon-capa.org
Mon Jul 18 06:32:49 EDT 2011


foxr		Mon Jul 18 10:32:49 2011 EDT

  Modified files:              
    /loncom/lonnet/perl	lonnet.pm 
  Log:
  Fix an error in the POD docs.
  
  
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.1118 loncom/lonnet/perl/lonnet.pm:1.1119
--- loncom/lonnet/perl/lonnet.pm:1.1118	Mon Jul 18 10:25:55 2011
+++ loncom/lonnet/perl/lonnet.pm	Mon Jul 18 10:32:48 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # TCP networking package
 #
-# $Id: lonnet.pm,v 1.1118 2011/07/18 10:25:55 foxr Exp $
+# $Id: lonnet.pm,v 1.1119 2011/07/18 10:32:48 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -11463,11 +11463,12 @@
 
 =head2 Logging Routines
 
-=over 4
 
 These routines allow one to make log messages in the lonnet.log and
 lonnet.perm logfiles.
 
+=over 4
+
 =item *
 
 logtouch() : make sure the logfile, lonnet.log, exists
@@ -11483,6 +11484,7 @@
 file never gets deleted by any automated portion of the system, only
 messages of critical importance should go in here.
 
+
 =back
 
 =head2 General File Helper Routines




More information about the LON-CAPA-cvs mailing list