]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/membarrier.2
dist.mk, All pages: .TH: Generate date at 'make dist'
[thirdparty/man-pages.git] / man2 / membarrier.2
index 93cbbbb21aa9aefdc4cffc92add9952ac643e6b4..c952917c38c27ac650fa777ea7301e1899fbca13 100644 (file)
@@ -2,7 +2,7 @@
 .\"
 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
 .\"
-.TH MEMBARRIER 2 2021-08-27 "Linux" "Linux Programmer's Manual"
+.TH MEMBARRIER 2 (date) "Linux man-pages (unreleased)"
 .SH NAME
 membarrier \- issue memory barriers on a set of threads
 .SH LIBRARY
@@ -219,10 +219,15 @@ and
 .IR smp_mb() .
 The pair ordering is detailed as (O: ordered, X: not ordered):
 .PP
-                       barrier()  smp_mb()  membarrier()
-       barrier()          X          X          O
-       smp_mb()           X          O          O
-       membarrier()       O          O          O
+.RS
+.TS
+l c c c.
+\&     barrier()       smp_mb()        membarrier()
+barrier()      X       X       O
+smp_mb()       X       O       O
+membarrier()   O       O       O
+.TE
+.RE
 .SH RETURN VALUE
 On success, the
 .B MEMBARRIER_CMD_QUERY
@@ -288,7 +293,7 @@ was:
 .BI "int membarrier(int " cmd ", int " flags );
 .EE
 .in
-.SH CONFORMING TO
+.SH STANDARDS
 .BR membarrier ()
 is Linux-specific.
 .\" .SH SEE ALSO