Un po' di materiale su {{{splice}}} e inizio della ripulitura degli
[gapil.git] / sources / ErrCode.c
index 7fc5ab86d501e95a4953b7fbf5035b5f6e6d2c02..23ff95622bb05e5208937750357ef6cbfc919381 100644 (file)
@@ -26,8 +26,6 @@
  *
  * Usage: errcode -h give all info's
  *
- * $Id: ErrCode.c,v 1.7 2003/05/02 09:55:13 piccardi Exp $ 
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -36,7 +34,7 @@
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 #include <limits.h>      /* system limits values */
 
 /* Help printing routine */
@@ -247,7 +245,7 @@ int main(int argc, char *argv[])
 void usage(void) {
     printf("Print error code message or macro label \n");
     printf("Usage:\n");
-    printf("  daytime [-h] [-l] [-m] error code \n");
+    printf("  errcode [-h] [-l] [-m] error code \n");
     printf("  -m          print error messages\n");
     printf("  -l          print error code label\n");
     printf("  -h          print this help\n");