]> andersk Git - splint.git/blobdiff - src/help.c
Fixed problem with shadow parameters.
[splint.git] / src / help.c
index c467995323ef00b231c32d5488cf8c09e9eae548..4f4deb784f9e96d4f2078577ab8dc4ccf8ccec6d 100644 (file)
@@ -29,7 +29,6 @@
 # include "basic.h"
 # include "help.h"
 # include "osd.h"
-# include "portab.h"
 # include "llmain.h"
 # include "version.h"
 
@@ -287,17 +286,15 @@ printMail (void)
   llmsglit ("");
   llmsglit ("There are two mailing lists associated with Splint: ");
   llmsglit ("");
-  llmsglit ("   lclint-announce@virginia.edu");
+  llmsglit ("   splint-announce@cs.virginia.edu");
   llmsglit ("");
   llmsglit ("      Reserved for announcements of new releases and bug fixes.");
-  llmsglit ("      To subscribe, send a message to majordomo@virginia.edu with body: ");
-  llmsglit ("           subscribe lclint-announce");
   llmsglit ("");
-  llmsglit ("   lclint-interest@virginia.edu");
+  llmsglit ("   splint-discuss@virginia.edu");
   llmsglit ("");
   llmsglit ("      Informal discussions on the use and development of Splint.");
-  llmsglit ("      To subscribe, send a message to majordomo@virginia.edu with body: ");
-  llmsglit ("           subscribe lclint-interest");
+  llmsglit ("");
+  llmsglit ("To subscribe or view archives, visit http://www.splint.org/lists.html");
 }
 
 static void
This page took 0.544627 seconds and 4 git commands to generate.