Page MenuHomeFreeBSD

vm_map.9: Update to match the struct layout in sys/vm/vm_map.h
AbandonedPublic

Authored by eadler on Jul 3 2018, 1:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 23 2024, 5:33 AM
Unknown Object (File)
Jan 7 2024, 10:12 PM
Unknown Object (File)
Dec 20 2023, 12:51 AM
Unknown Object (File)
Nov 15 2023, 9:33 AM
Unknown Object (File)
Sep 26 2023, 4:59 PM
Unknown Object (File)
Aug 18 2023, 11:26 AM
Unknown Object (File)
May 28 2023, 7:44 PM
Unknown Object (File)
Apr 23 2023, 3:36 AM
Subscribers

Details

Reviewers
bapt
kib
khng
Group Reviewers
manpages
Summary

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.

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

This revision is now accepted and ready to land.Jul 3 2018, 2:37 AM
kib requested changes to this revision.Jul 3 2018, 7:20 AM

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.

This revision now requires changes to proceed.Jul 3 2018, 7:20 AM
In D16105#341436, @kib wrote:

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.

vm_map_min(9) and vm_map_max(9) are already documented, so removing these two lines should be better.

Now remove the two affected lines as they are implementation-specific. Instead
one should read vm_map_min.9 and vm_map_max.9.

eadler abandoned this revision.
eadler edited reviewers, added: khng; removed: eadler.

closed in r337236