/[inetutils]/inetutils/ping/ping.c
ViewVC logotype

Diff of /inetutils/ping/ping.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gray, Sat Aug 11 08:35:27 2001 UTC revision 1.9 by ams, Mon Apr 29 21:06:23 2002 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1998,2001 Free Software Foundation, Inc.  /* Copyright (C) 1998,2001, 2002 Free Software Foundation, Inc.
2    
3     This file is part of GNU Inetutils.     This file is part of GNU Inetutils.
4    
# Line 46  Line 46 
46  #include <limits.h>  #include <limits.h>
47    
48  #include "getopt.h"  #include "getopt.h"
 #include "version.h"  
49  #include <icmp.h>  #include <icmp.h>
50  #include <ping.h>  #include <ping.h>
51  #include <ping_impl.h>  #include <ping_impl.h>
# Line 132  main (int argc, char **argv) Line 131  main (int argc, char **argv)
131        switch (c)        switch (c)
132          {          {
133          case 'V':          case 'V':
134            printf ("ping - %s %s\n", inetutils_package, inetutils_version);            printf ("ping - %s %s\n", PACKAGE_NAME, PACKAGE_VERSION);
135            printf ("Copyright (C) 1998,2001 Free Software Foundation, Inc.\n");            printf ("Copyright (C) 1998,2001 Free Software Foundation, Inc.\n");
136            printf ("%s comes with ABSOLUTELY NO WARRANTY.\n", inetutils_package);            printf ("%s comes with ABSOLUTELY NO WARRANTY.\n", PACKAGE_NAME);
137            printf ("You may redistribute copies of %s\n", inetutils_package);            printf ("You may redistribute copies of %s\n", PACKAGE_NAME);
138            printf ("under the terms of the GNU General Public License.\n");            printf ("under the terms of the GNU General Public License.\n");
139            printf ("For more information about these matters, ");            printf ("For more information about these matters, ");
140            printf ("see the files named COPYING.\n");            printf ("see the files named COPYING.\n");
# Line 489  Options valid for --echo requests:\n\ Line 488  Options valid for --echo requests:\n\
488  \n\  \n\
489  Options marked with an * are available only to super-user\n\  Options marked with an * are available only to super-user\n\
490  \n\  \n\
491  report bugs to " inetutils_bugaddr ".\n\  report bugs to " PACKAGE_BUGREPORT ".\n\
492  ");  ");
493  }  }
494    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26