[master] 2e7544c9a Add a note regarding RST generation

Poul-Henning Kamp phk at FreeBSD.org
Mon Oct 21 11:56:07 UTC 2019


commit 2e7544c9a5caafdc1b59b34c4016316b85ff21ec
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Oct 21 12:17:17 2019 +0200

    Add a note regarding RST generation

diff --git a/bin/varnishd/mgt/mgt_pool.c b/bin/varnishd/mgt/mgt_pool.c
index 8fb30ede5..7bbc1f959 100644
--- a/bin/varnishd/mgt/mgt_pool.c
+++ b/bin/varnishd/mgt/mgt_pool.c
@@ -81,7 +81,10 @@ tweak_thread_pool_max(struct vsb *vsb, const struct parspec *par,
 	return (0);
 }
 
-/*--------------------------------------------------------------------*/
+/*--------------------------------------------------------------------
+ * The thread pool parameter definitions used to generate the varnishd
+ * manual. Check the generated RST after updating.
+ */
 
 struct parspec WRK_parspec[] = {
 	{ "thread_pools", tweak_uint, &mgt_param.wthread_pools,


More information about the varnish-commit mailing list