You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: best-practices/haproxy-best-practices.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,18 +113,18 @@ haproxy --help
113
113
|`-vv`| Displays the version, build options, libraries versions and usable pollers. |
114
114
|`-d`| Enables debug mode. |
115
115
|`-db`| Disables background mode and multi-process mode. |
116
-
|`-dM [<byte>]`| Forces memory poisoning, which means that each and every memory region allocated with malloc() or pool_alloc2() will be filled with \<byte> before being passed to the caller. |
116
+
|`-dM [<byte>]`| Forces memory poisoning, which means that each and every memory region allocated with malloc() or pool_alloc2() will be filled with `<byte>` before being passed to the caller. |
0 commit comments