mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 12:33:07 -04:00
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)
This commit is contained in:
parent
fb10574334
commit
00e025341a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue