From 8ca0c84dc8763cbe9bb018cb86b35208fbbbe8f8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 13 Oct 2016 09:15:46 +0200 Subject: [PATCH] mbind.2: wfix Signed-off-by: Michael Kerrisk --- man2/mbind.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/mbind.2 b/man2/mbind.2 index da5219f1d..008fcb408 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -123,7 +123,8 @@ argument must specify one of .BR MPOL_INTERLEAVE , .BR MPOL_PREFERRED , or -.BR MPOL_LOCAL . +.BR MPOL_LOCAL +(which are described in detail below). All policy modes except .B MPOL_DEFAULT require the caller to specify the node or nodes to which the mode applies,