On 2/19/19 4:25 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man2/mlock.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/mlock.2 b/man2/mlock.2 > index f3f3c8abd..59ecc5fd5 100644 > --- a/man2/mlock.2 > +++ b/man2/mlock.2 > @@ -86,7 +86,7 @@ argument can be either 0 or the following constant: > .TP > .B MLOCK_ONFAULT > Lock pages that are currently resident and mark the entire range so > -that the remaining nonresident pages locked when they are populated > +that the remaining nonresident pages are locked when they are populated > by a page fault. > .PP > .PP Thanks, Jakub. Patch applied. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/