git: 92cd5abb64dd - main - membarrier: man page improvements
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Oct 2024 20:18:35 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=92cd5abb64dd70c305535c9504c6a2b73552147f
commit 92cd5abb64dd70c305535c9504c6a2b73552147f
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-10-09 18:50:07 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-10-19 20:18:18 +0000
membarrier: man page improvements
Reported by: fernape (in D46967)
Fixes: 1fc766e3b41d ("membarrier: Add manual page")
Sponsored by: The FreeBSD Foundation
---
lib/libsys/membarrier.2 | 7 ++++---
1 file 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