aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Horne <mhorne@FreeBSD.org>2026-03-31 19:42:55 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2026-03-31 19:55:37 +0000
commitbe79a42275cad21c6087d8bbd6a328735ea813fa (patch)
treee2b3ff3a1a6d7068b936605eb2d32b6f161435b1
parent84c68dbb59df81d5371f0d1eea888d30561d428d (diff)
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
-rw-r--r--share/man/man9/malloc.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index 01d224fc3cb3..06f5ed4ef360 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