vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Mon, May 05, 2008 at 01:58:33PM -0400, tanner wrote: > This diff fixes a misstatement in the uvm man page's description of > uvm_pagealloc. The man page currently claims that "Only one of off and > uobj can be non NULL." but the code is pretty clear: > KASSERT(obj == NULL || anon == NULL); > > fixed, thanks. jmc > Index: uvm.9 > ================================================== ================= > RCS file: /cvs/src/share/man/man9/uvm.9,v > retrieving revision 1.33 > diff -a -u -p -r1.33 uvm.9 > --- uvm.9 10 Sep 2007 18:49:42 -0000 1.33 > +++ uvm.9 5 May 2008 17:54:11 -0000 > @@ -646,7 +646,7 @@ or the anonymous memory > .Fa anon , > which must be locked by the caller. > Only one of > -.Fa off > +.Fa anon > and > .Fa uobj > can be non |