From 63bed0161d99a505b8eec3b354b9bbdf5d259f11 Mon Sep 17 00:00:00 2001 From: Valentine Krasnobaeva Date: Fri, 17 May 2024 15:38:02 +0200 Subject: [PATCH] DOC: capabilities: fix chapter header rendering The header of a new management guide chapter, "13.1. Linux capabilities support", is not rendered in HTML format in a proper way, because of missing dots at the end of this chapter's number. --- doc/management.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/management.txt b/doc/management.txt index 1b336a4c1..4f3207bb3 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -37,7 +37,7 @@ Summary 11. Well-known traps to avoid 12. Debugging and performance issues 13. Security considerations -13.1 Linux capabilities support +13.1. Linux capabilities support 1. Prerequisites @@ -4599,7 +4599,7 @@ A safe configuration will have : stats socket /var/run/haproxy.stat uid hatop gid hatop mode 600 -13.1 Linux capabilities support +13.1. Linux capabilities support ------------------------------ Since version v2.9 haproxy supports Linux capabilities. If the binary is