CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/03 00:55:59
Modified files:
share/man/man9 : uvm.9
Log message:
Move failure case text from uvm_pagerealloc() to uvm_pagealloc()
uvm_pagerealloc() is a void function and it doesn't attempt to find
any pages, so it doesn't make sense that it might "return NULL when no
page can be found".
