From be79a42275cad21c6087d8bbd6a328735ea813fa Mon Sep 17 00:00:00 2001 From: Mitchell Horne Date: Tue, 31 Mar 2026 16:42:55 -0300 Subject: [PATCH] malloc.9: adjust flag table indentation The current indentation is shorter than all but one of these flags. This renders much more nicely. MFC after: 3 days --- share/man/man9/malloc.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 01d224fc3cb..06f5ed4ef36 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -222,7 +222,7 @@ The argument further qualifies .Fn malloc Ns 's operational characteristics as follows: -.Bl -tag -width indent +.Bl -tag -width "M_USE_RESERVE" .It Dv M_ZERO Causes the allocated memory to be set to all zeros. .It Dv M_NODUMP