On Fri, Feb 12, 2010 at 02:01:26PM +0000, Owain Ainsworth wrote: > > saying that no action is taken does imply that it is not an error. > > -0- > > diff follows: > > Index: sys/mprotect.2 > =================================================================== > RCS file: /cvs/src/lib/libc/sys/mprotect.2,v > retrieving revision 1.14 > diff -u -p -r1.14 mprotect.2 > --- sys/mprotect.2 31 May 2007 19:19:33 -0000 1.14 > +++ sys/mprotect.2 12 Feb 2010 14:00:46 -0000 > @@ -55,7 +55,7 @@ through > (inclusive). > If > .Fa len > -is 0, then action will be taken on the page that contains > +is 0, then no action will be taken on the page that contains
personally i would be tempted to simplify this to: If .Fa len is 0, no action is taken... jmc > .Fa addr . > .Pp > Not all implementations will guarantee protection on a page basis; > ksh: cd: /usr/src/sys/lib/libc - No such file or directory