summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 62d9355)
raw | patch | inline | side by side (parent: 62d9355)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 10 Nov 2003 11:15:23 +0000 (11:15 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Mon, 10 Nov 2003 11:15:23 +0000 (11:15 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@759 f882894a-f735-0410-b71e-b25c423dba1c
plugins/utils.h | patch | blob | history |
diff --git a/plugins/utils.h b/plugins/utils.h
index 64d4acad40f2662423a78f0a484d600ca3667261..c2b06415478902b16fb132de486557f26b856c04 100644 (file)
--- a/plugins/utils.h
+++ b/plugins/utils.h
-/* header file for nagios plugins utils.c */
+/* Header file for nagios plugins utils.c */
-/* this file should be included in all plugins */
+/* This file should be included in all plugins */
-/* The purpose of this package is to provide safer alternantives to C
+/* The purpose of this package is to provide safer alternatives to C
functions that might otherwise be vulnerable to hacking. This
currently includes a standard suite of validation routines to be sure
that an string argument acually converts to its intended type and a
suite of string handling routine that do their own memory management
in order to resist overflow attacks. In addition, a few functions are
-provided to standardize version and error reporting accross the entire
+provided to standardize version and error reporting across the entire
suite of plugins. */
/* Standardize version information, termination */
int is_option (char *);
-/* generalized timer that will do milliseconds if available */
+/* Generalized timer that will do milliseconds if available */
#ifndef HAVE_STRUCT_TIMEVAL
struct timeval {
long tv_sec; /* seconds */