[master] 78be391 Update docs

Federico G. Schwindt fgsch at lodoss.net
Tue Aug 29 03:58:06 CEST 2017


commit 78be3917cbf14b64106e16040299cd2aac7ddb1f
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Aug 29 02:38:10 2017 +0100

    Update docs

diff --git a/include/vapi/vsm.h b/include/vapi/vsm.h
index 0ccbd44..9154a0b 100644
--- a/include/vapi/vsm.h
+++ b/include/vapi/vsm.h
@@ -87,7 +87,7 @@ void VSM_ResetError(struct vsm *vd);
 #define VSM_n_USAGE	"[-n varnish_name]"
 #define VSM_t_USAGE	"[-t <seconds|off>]"
 
-int VSM_Arg(struct vsm *, char flag, const char *t_arg);
+int VSM_Arg(struct vsm *, char flag, const char *arg);
 	/*
 	 * Handle all VSM specific command line arguments.
 	 *
@@ -97,8 +97,8 @@ int VSM_Arg(struct vsm *, char flag, const char *t_arg);
 	 *
 	 * 't' Configure patience during startup
 	 *
-	 *	If t_arg is "off", VSM_Attach() will wait forever.
-	 *	Otherwise t_arg is the number of seconds to be patient
+	 *	If arg is "off", VSM_Attach() will wait forever.
+	 *	Otherwise arg is the number of seconds to be patient
 	 *	while the varnishd manager process gets started.
 	 *
 	 *	The default is five seconds.



More information about the varnish-commit mailing list