cvs commit: src/share/man/man9 Makefile vm_map_check_protection.9
vm_map_clean.9 vm_map_create.9 vm_map_delete.9 vm_map_find.9
vm_map_findspace.9 vm_map_inherit.9 vm_map_init.9 vm_map_insert.9
vm_map_lock.9 vm_map_lookup.9 vm_map_madvise.9 vm_map_max.9 ...
Bruce M Simpson
bms at FreeBSD.org
Mon Sep 29 17:51:33 PDT 2003
bms 2003/09/29 17:51:31 PDT
FreeBSD src repository
Modified files:
share/man/man9 Makefile
Added files:
share/man/man9 vm_map_check_protection.9 vm_map_clean.9
vm_map_create.9 vm_map_delete.9
vm_map_find.9 vm_map_findspace.9
vm_map_inherit.9 vm_map_init.9
vm_map_insert.9 vm_map_lock.9
vm_map_lookup.9 vm_map_madvise.9
vm_map_max.9 vm_map_protect.9
vm_map_remove.9 vm_map_simplify_entry.9
vm_map_stack.9 vm_map_submap.9
vm_map_wire.9
Log:
Add manual pages for the vm_map(9) part of the VM.
Reviewed by: juli
Approved by: jake (mentor)
Revision Changes Path
1.204 +17 -0 src/share/man/man9/Makefile
1.1 +67 -0 src/share/man/man9/vm_map_check_protection.9 (new)
1.1 +84 -0 src/share/man/man9/vm_map_clean.9 (new)
1.1 +65 -0 src/share/man/man9/vm_map_create.9 (new)
1.1 +67 -0 src/share/man/man9/vm_map_delete.9 (new)
1.1 +101 -0 src/share/man/man9/vm_map_find.9 (new)
1.1 +74 -0 src/share/man/man9/vm_map_findspace.9 (new)
1.1 +81 -0 src/share/man/man9/vm_map_inherit.9 (new)
1.1 +58 -0 src/share/man/man9/vm_map_init.9 (new)
1.1 +91 -0 src/share/man/man9/vm_map_insert.9 (new)
1.1 +118 -0 src/share/man/man9/vm_map_lock.9 (new)
1.1 +82 -0 src/share/man/man9/vm_map_lookup.9 (new)
1.1 +74 -0 src/share/man/man9/vm_map_madvise.9 (new)
1.1 +65 -0 src/share/man/man9/vm_map_max.9 (new)
1.1 +89 -0 src/share/man/man9/vm_map_protect.9 (new)
1.1 +68 -0 src/share/man/man9/vm_map_remove.9 (new)
1.1 +59 -0 src/share/man/man9/vm_map_simplify_entry.9 (new)
1.1 +128 -0 src/share/man/man9/vm_map_stack.9 (new)
1.1 +90 -0 src/share/man/man9/vm_map_submap.9 (new)
1.1 +109 -0 src/share/man/man9/vm_map_wire.9 (new)
More information about the cvs-src
mailing list