]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
membarrier.2: ffix
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 1 Aug 2022 21:15:46 +0000 (23:15 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 1 Aug 2022 21:15:56 +0000 (23:15 +0200)
Format the table using tbl(1), to fix the following warnings.

an.tmac:man2/membarrier.2:222: style: 23 leading space(s) on input line
an.tmac:man2/membarrier.2:223: style: 7 leading space(s) on input line
an.tmac:man2/membarrier.2:224: style: 7 leading space(s) on input line
an.tmac:man2/membarrier.2:225: style: 7 leading space(s) on input line

Reported-by: 'make lint-man'
Reported-by: groff(1)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/membarrier.2

index 8b612d6e8f7cb66cb3860464a69f481064c2b264..6a2f931a826d92d661a56342c94a87913271049c 100644 (file)
@@ -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