Index: vm_map_protect.9 =================================================================== --- vm_map_protect.9 +++ vm_map_protect.9 @@ -96,6 +96,9 @@ for an entry within the range, .Dv KERN_PROTECTION_FAILURE is returned. +If too little swap space is available to allocate the range, +.Dv KERN_RESOURCE_SHORTAGE +is returned. .Sh SEE ALSO .Xr vm_map 9 .Sh AUTHORS