]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix mismatched quotes typos around words in the documentation files
authorEgor Shestakov <egor@ved1.me>
Mon, 19 Jan 2026 17:27:50 +0000 (17:27 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Jan 2026 07:15:41 +0000 (08:15 +0100)
s/"no'/"no"
s/'private"/"private"
s/"flt'/"flt"

There isn't definite convention but people usually prefer to highlight
something important with quotation marks. For example, it's convenient
to find keywords from a text when they are quoted, mismatches make this
harder.

No backport needed.

doc/configuration.txt
doc/management.txt

index 8c54b44a72098928e7c60d6341f9c61aa355bae2..20d9a5df64941a299b93d3aeac45ed0617b537e2 100644 (file)
@@ -2753,7 +2753,7 @@ h2-workaround-bogus-websocket-clients
   automatically downgrade to http/1.1 for the websocket tunnel, specify h2
   support on the bind line using "alpn" without an explicit "proto" keyword. If
   this statement was previously activated, this can be disabled by prefixing
-  the keyword with "no'.
+  the keyword with "no".
 
 hard-stop-after <time>
   Defines the maximum time allowed to perform a clean soft-stop.
@@ -19353,7 +19353,7 @@ strict-maxconn
   then never establish more connections to a server than maxconn, and try to
   reuse or kill connections if needed. Please note, however, than it may lead
   to failed requests in case we can't establish a new connection, and no
-  idle connection is available. This can happen when 'private" connections
+  idle connection is available. This can happen when "private" connections
   are established, connections tied only to a session, because authentication
   happened.
 
index 7cad2423bff90611cc2667a96bc5dfc3b8199df3..b2b1d539d30781484d6c401187f1349cb5a57875 100644 (file)
@@ -3627,7 +3627,7 @@ show stat [domain <resolvers|proxy>] [{<iid>|<proxy>} <type> <sid>] \
   format" described in the section above. In short, the second column (after the
   first ':') indicates the origin, nature, scope and persistence state of the
   variable. The third column indicates the field type, among "s32", "s64",
-  "u32", "u64", "flt' and "str". Then the fourth column is the value itself,
+  "u32", "u64", "flt" and "str". Then the fourth column is the value itself,
   which the consumer knows how to parse thanks to column 3 and how to process
   thanks to column 2.