membarrier.2: wfix

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
CC: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Mathieu Desnoyers 2015-12-15 13:54:10 -05:00 committed by Michael Kerrisk
parent afc40b0735
commit 51866840d7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ The pair ordering is detailed as (O: ordered, X: not ordered):
barrier() smp_mb() membarrier()
barrier() X X O
smp_mb() X O O
sys_membarrier() O O O
membarrier() O O O
.SH RETURN VALUE
On success, the