Date: Thu, 16 Apr 2026 15:28:32 +0000 From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 00e025341abb - stable/15 - malloc.9: adjust flag table indentation Message-ID: <69e10020.20bf9.6de1e101@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=00e025341abbde2ae49ea3dabd5c58212dc6aecb commit 00e025341abbde2ae49ea3dabd5c58212dc6aecb Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2026-03-31 19:42:55 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2026-04-16 15:25:07 +0000 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 (cherry picked from commit be79a42275cad21c6087d8bbd6a328735ea813fa) --- 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 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_NODUMPhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e10020.20bf9.6de1e101>
