The manpage of vm_map.9 currently does not match with the
struct layout in sys/vm/vm_map.h . Thus upgrade the manpage
accordingly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 17815 Build 17589: arc lint + arc unit
Event Timeline
Comment Actions
This is wrong, it exposes an implementation detail which is really not relevant when _KBI wrappers are used.
These two lines should be removed, and vm_map_min(9)/vm_map_max(9) documented instead.
Comment Actions
vm_map_min(9) and vm_map_max(9) are already documented, so removing these two lines should be better.
Comment Actions
Now remove the two affected lines as they are implementation-specific. Instead
one should read vm_map_min.9 and vm_map_max.9.