]> andersk Git - splint.git/blobdiff - src/help.c
Fixed problem with NULL being changed.
[splint.git] / src / help.c
index eee5ffbf894ca1bcdd2e33d924a616bbeff81661..d27602b80d1a7a78d09463e54f06e0840dbc3ae0 100644 (file)
@@ -29,7 +29,7 @@
 # include "basic.h"
 # include "help.h"
 # include "osd.h"
-# include "portab.h"
+# include "llmain.h"
 # include "version.h"
 
 static void
@@ -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
@@ -526,6 +524,10 @@ void help_processFlags (int argc, char **argv)
        {
          printMaintainer ();
        }
+      else if (flags_isModeName (cstring_fromChars (thisarg)))
+       {
+         llmsg (describeMode (cstring_fromChars (thisarg)));
+       }
       else if (mstring_equal (thisarg, "flags"))
        {
          if (i + 1 < argc)
This page took 1.206119 seconds and 4 git commands to generate.