summaryrefslogtreecommitdiffstats
path: root/man2/process_vm_readv.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/process_vm_readv.2')
-rw-r--r--man2/process_vm_readv.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/process_vm_readv.2 b/man2/process_vm_readv.2
index 3a25cd8f5..7d3431551 100644
--- a/man2/process_vm_readv.2
+++ b/man2/process_vm_readv.2
@@ -33,7 +33,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR process_vm_readv (),
@@ -95,7 +95,7 @@ and
arguments point to an array of
.I iovec
structures, described in
-.BR iovec (3type).
+.MR iovec 3type .
.P
Buffers are processed in array order.
This means that
@@ -181,7 +181,7 @@ Permission to read from or write to another process
is governed by a ptrace access mode
.B PTRACE_MODE_ATTACH_REALCREDS
check; see
-.BR ptrace (2).
+.MR ptrace 2 .
.SH RETURN VALUE
On success,
.BR process_vm_readv ()
@@ -310,5 +310,5 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR readv (2),
-.BR writev (2)
+.MR readv 2 ,
+.MR writev 2