From 8d23228ca69679582895bc1b28e3dd5a2b7d2a8a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Apr 2018 12:28:17 +0200 Subject: [PATCH] membarrier.2: srcfix Signed-off-by: Michael Kerrisk --- man2/membarrier.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/membarrier.2 b/man2/membarrier.2 index e878301ca..a3b7144c6 100644 --- a/man2/membarrier.2 +++ b/man2/membarrier.2 @@ -137,8 +137,8 @@ ensure the caller thread, upon return from system call, that all its running threads siblings have executed a core serializing instruction. This only covers threads from the same process as the caller thread. The "expedited" commands complete faster than the non-expedited ones, -they never block, but have the downside of causing extra overhead. A -process needs to register its intent to use the private expedited sync +they never block, but have the downside of causing extra overhead. +A process needs to register its intent to use the private expedited sync core command prior to using it. .TP .B MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE " (since Linux 4.16)"