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.
This commit is contained in:
Valentine Krasnobaeva 2024-05-17 15:38:02 +02:00 committed by Willy Tarreau
parent d33a5f8e14
commit 63bed0161d

View File

@ -37,7 +37,7 @@ Summary
11. Well-known traps to avoid 11. Well-known traps to avoid
12. Debugging and performance issues 12. Debugging and performance issues
13. Security considerations 13. Security considerations
13.1 Linux capabilities support 13.1. Linux capabilities support
1. Prerequisites 1. Prerequisites
@ -4599,7 +4599,7 @@ A safe configuration will have :
stats socket /var/run/haproxy.stat uid hatop gid hatop mode 600 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 Since version v2.9 haproxy supports Linux capabilities. If the binary is