summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-19 21:01:32 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-19 21:01:32 +0000
commitd14c3b75a8cabe4569b899785b2059e96e581227 (patch)
tree2f46ccded4ed059a9e9752207d3cc23a6075f062
parent1069543fd4cbc9fcdd917cf89ed953738eb4a890 (diff)
downloadtipidee-d14c3b75a8cabe4569b899785b2059e96e581227.tar.xz
More doc fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/tipidee-config.html2
-rw-r--r--doc/tipidee.conf.html22
2 files changed, 1 insertions, 23 deletions
diff --git a/doc/tipidee-config.html b/doc/tipidee-config.html
index 4e3433d..61b0e8a 100644
--- a/doc/tipidee-config.html
+++ b/doc/tipidee-config.html
@@ -128,7 +128,7 @@ tipidee-config is the switch. </li>
<p>
Just remember to run <tt>tipidee-config</tt> whenever you make
-a modification to your config file. It not insurmountable.
+a modification to your config file. It's a healthy habit to form.
</p>
</body>
diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html
index 4af3b8b..04ac254 100644
--- a/doc/tipidee.conf.html
+++ b/doc/tipidee.conf.html
@@ -149,28 +149,6 @@ serving. The directive name is <tt>global</tt>, and it takes two arguments: the
name and the value of a setting.
</p>
-<div id="verbosity">
-<h4> <tt>verbosity</tt> </h4>
-</div>
-
-<p>
- <code> global verbosity <em>v</em> </code>
-</p>
-
-<ul>
- <li> <em>v</em> is a non-negative integer, describing the level of verbosity that
-<a href="tipideed.html">tipideed</a> will write to its stderr with. </li>
- <li> 0 means only error messages will be printed. </li>
- <li> 1 is the default; it means error messages and warnings will be printed. </li>
- <li> 2 is more verbose, also printing a summary of every HTTP request. </li>
- <li> 3 is like 2 but also prints personally identifiable client information,
-such as its IP address. </li>
- <li> 4 prints a lot of details for every request. </li>
- <li> 5 or more is debugging output. </li>
- <li> The configuration file setting can be overwritten by a <tt>-v</tt>
-option on the <a href="tipideed.html">tipideed</a> command line. </li>
-</ul>
-
<div id="read_timeout">
<h4> <tt>read_timeout</tt> </h4>
</div>