Code

standardize localization string
[nagiosplug.git] / plugins / check_fping.c
index 2dba2d58400bf1079978d7e142964b2b2f56cc5d..8647330c88798f2859deb0fc3f126d710758d7f5 100644 (file)
@@ -14,6 +14,8 @@
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+ $Id$
 ******************************************************************************/
 
 const char *progname = "check_fping";
@@ -66,7 +68,7 @@ main (int argc, char **argv)
        textdomain (PACKAGE);
 
        if (process_arguments (argc, argv) == ERROR)
-               usage (_("Could not parse arguments\n"));
+               usage (_("check_fping: could not parse arguments\n"));
 
        server = strscpy (server, server_name);
 
@@ -116,7 +118,6 @@ main (int argc, char **argv)
 
 
 
-
 int
 textscan (char *buf)
 {
@@ -195,7 +196,6 @@ textscan (char *buf)
 
        return status;
 }
-\f
 
 
 
@@ -308,8 +308,6 @@ process_arguments (int argc, char **argv)
 
 
 
-
-
 int
 get_threshold (char *arg, char *rv[2])
 {
@@ -352,8 +350,6 @@ get_threshold (char *arg, char *rv[2])
 
 
 
-
-\f
 void
 print_help (void)
 {
@@ -398,7 +394,6 @@ percentage of packet loss to trigger an alarm state.\n"));
 
 
 
-
 void
 print_usage (void)
 {