On 12/15/2015 07:54 PM, Mathieu Desnoyers wrote:
> One instance of "sys_membarrier" needs to be renamed to "membarrier" for
> consistency.

Thanks, Mathieu. Applied.

Cheers,

Michael


> Signed-off-by: Mathieu Desnoyers <[email protected]>
> CC: Michael Kerrisk <[email protected]>
> ---
>  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
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to