summaryrefslogtreecommitdiffstats
path: root/man2/perfmonctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/perfmonctl.2')
-rw-r--r--man2/perfmonctl.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/perfmonctl.2 b/man2/perfmonctl.2
index d4bf56b9a..7f066b3e7 100644
--- a/man2/perfmonctl.2
+++ b/man2/perfmonctl.2
@@ -58,15 +58,15 @@ The file descriptor can be used in subsequent calls to
and can be used to read event notifications (type
.IR pfm_msg_t )
using
-.BR read (2).
+.MR read 2 .
The file descriptor is pollable using
-.BR select (2),
-.BR poll (2),
+.MR select 2 ,
+.MR poll 2 ,
and
-.BR epoll (7).
+.MR epoll 7 .
.IP
The context can be destroyed by calling
-.BR close (2)
+.MR close 2
on the file descriptor.
.TP
.B PFM_WRITE_PMCS
@@ -186,8 +186,8 @@ and ultimately removed in Linux 5.10.
.P
glibc does not provide a wrapper for this system call;
on kernels where it exists, call it using
-.BR syscall (2).
+.MR syscall 2 .
.SH SEE ALSO
-.BR gprof (1)
+.MR gprof 1
.P
The perfmon2 interface specification