]> andersk Git - splint.git/blobdiff - src/help.c
Fixed problem with shadow parameters.
[splint.git] / src / help.c
index a1f5ed51462ceb2fa6cfd23c2eca5b6d6eba64e6..4f4deb784f9e96d4f2078577ab8dc4ccf8ccec6d 100644 (file)
@@ -286,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.039007 seconds and 4 git commands to generate.