aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-10-09 18:50:07 +0000
committerEd Maste <emaste@FreeBSD.org>2024-10-19 20:18:18 +0000
commit92cd5abb64dd70c305535c9504c6a2b73552147f (patch)
tree564439853320f594b968c944640652aa98d12ea6 /lib/libsys
parentef48b2954e240312e489a06435ac66ed12694a7c (diff)
Diffstat (limited to 'lib/libsys')
-rw-r--r--lib/libsys/membarrier.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libsys/membarrier.2 b/lib/libsys/membarrier.2
index fe2e6ff763d5..87db620975ef 100644
--- a/lib/libsys/membarrier.2
+++ b/lib/libsys/membarrier.2
@@ -60,7 +60,7 @@ This is an alias for
.It Dv MEMBARRIER_CMD_GLOBAL_EXPEDITED
Execute a memory barrier on all running threads of all processes registered
with
-.Dv MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED
+.Dv MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED .
.It Dv MEMBARRIER_CMD_REGISTER_GLOBAL_EXPEDITED
Register the process to receive
.Dv MEMBARRIER_CMD_GLOBAL_EXPEDITED
@@ -102,8 +102,9 @@ The
argument is ignored.
.Sh RETURN VALUES
If the
-.Dv cmd
-is MEMBARRIER_CMD_QUERY
+.Fa cmd
+is
+.Dv MEMBARRIER_CMD_QUERY
a bitmask of supported commands is returned.
Otherwise, on success,
.Nm