summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-10-12 10:38:02 +0000
committerLaurent Bercot <ska@appnovation.com>2023-10-12 10:38:02 +0000
commit0542a1f7ea5a31db97c0b631707fcf28ae5da968 (patch)
treeadb90ef4eebf3b00566b039796392e6fcd3f6c41
parent3b0a901275e63ca7a0d46a5f58bdc6d1f706ce06 (diff)
downloadtipidee-0542a1f7ea5a31db97c0b631707fcf28ae5da968.tar.xz
Doc typo fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/tipidee.conf.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tipidee.conf.html b/doc/tipidee.conf.html
index 57c5c29..1267e80 100644
--- a/doc/tipidee.conf.html
+++ b/doc/tipidee.conf.html
@@ -362,7 +362,7 @@ depending on the keywords in the <tt>log</tt> directive:
<dt> <tt>nothing</tt> </dt> <dd> Don't log anything else than warning and error messages. This
keyword cannot be given with other keywords. </dd>
<dt> <tt>start</tt> </dt> <dd> Log a <tt>start</tt> line when <a href="tipideed.html">tipideed</a> starts
- and an <tt>exit <em>exitcode</em> line when it exits. </dd>
+ and an <tt>exit <em>exitcode</em></tt> line when it exits. </dd>
<dt> <tt>ip</tt> </dt> <dd> Add an <tt>ip <em>client_ip</em></tt> field to the <tt>start</tt> line.
This is potentially PII, so make sure to stay compliant with your local laws if you activate it.
<em>client_ip</em> is read from the TCPREMOTEIP environment variable.