Re: [PATCH] DOC: general: fix white spaces for HTML converter

2021-04-26 Thread Christopher Faulet

Le 24/04/2021 à 13:09, Aleksandar Lazic a écrit :

Hi.

The HTML converter expects some formats to recognize if a keyword is a
keyword.

Regards
alex



Thanks, now merged !

--
Christopher Faulet



[PATCH] DOC: general: fix white spaces for HTML converter

2021-04-24 Thread Aleksandar Lazic

Hi.

The HTML converter expects some formats to recognize if a keyword is a
keyword.

Regards
alex
>From 9ed588c09a3ceb3af62bc9e4f9c7950fe0c58c7f Mon Sep 17 00:00:00 2001
From: Alex 
Date: Sat, 24 Apr 2021 13:02:21 +0200
Subject: [PATCH] DOC: general: fix white spaces for HTML converter

The HTML converter expects some formats to recognize if a keyword is a
keyword.

---
 doc/configuration.txt | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index 375eedafa..65831e242 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -16255,7 +16255,7 @@ mod()
   This prefix is followed by a name. The separator is a '.'. The name may only
   contain characters 'a-z', 'A-Z', '0-9', '.' and '_'.
 
-mqtt_field_value(,)
+mqtt_field_value(,)
   Returns value of  found in input MQTT payload of type
   .
can be either a string (case insensitive matching) or a numeric
@@ -17318,17 +17318,17 @@ srv_sess_rate([/]) : integer
 acl srv2_full srv_sess_rate(be1/srv2) gt 50
 use_backend be2 if srv1_full or srv2_full
 
-srv_iweight([/]): integer
+srv_iweight([/]) : integer
   Returns an integer corresponding to the server's initial weight. If 
   is omitted, then the server is looked up in the current backend. See also
   "srv_weight" and "srv_uweight".
 
-srv_uweight([/]): integer
+srv_uweight([/]) : integer
   Returns an integer corresponding to the user visible server's weight. If
is omitted, then the server is looked up in the current
   backend. See also "srv_weight" and "srv_iweight".
 
-srv_weight([/]): integer
+srv_weight([/]) : integer
   Returns an integer corresponding to the current (or effective) server's
   weight. If  is omitted, then the server is looked up in the current
   backend. See also "srv_iweight" and "srv_uweight".
-- 
2.25.1