One instance of "sys_membarrier" needs to be renamed to "membarrier" for consistency.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoy...@efficios.com> CC: Michael Kerrisk <mtk.manpa...@gmail.com> --- man2/membarrier.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/membarrier.2 b/man2/membarrier.2 index effd581..b5eaf34 100644 --- a/man2/membarrier.2 +++ b/man2/membarrier.2 @@ -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 -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/