mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix MSIZE definition location.
PR: docs/62129 Submitted by: Lee Brotherston <lee@nerds.org.uk> (PR), Marc Silver <marcs@draenor.org> (patch) Approved by: blackend (mentor)
This commit is contained in:
parent
91c2dc9478
commit
feccf50ce0
1 changed files with 2 additions and 2 deletions
|
|
@ -152,8 +152,8 @@ buffer for data.
|
|||
The total size of an
|
||||
.Vt mbuf ,
|
||||
.Dv MSIZE ,
|
||||
is a machine-dependent constant defined in
|
||||
.In machine/param.h .
|
||||
is a constant defined in
|
||||
.In sys/param.h .
|
||||
The
|
||||
.Vt mbuf
|
||||
header includes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue