aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/ptrace.2
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-03-29 05:02:12 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-03-29 05:02:12 +0000
commit50d675f7a9fca2f3fba3a23ac41a8ae2c0162e4e (patch)
treebc9e037fdf2ed91d8f914cfe43bade2553a869c2 /lib/libc/sys/ptrace.2
parent3dce589cb969648ca460619cfe3f14b200663fbc (diff)
Notes
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r--lib/libc/sys/ptrace.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 4f1afda1da00a..9dda8ee1b41c4 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -441,7 +441,7 @@ This request is used to iterate over the entries of the VM map of the traced
process.
The
.Fa addr
-argument specifies a pointer to a
+argument specifies a pointer to a
.Vt "struct ptrace_vm_entry" ,
which is defined as follows:
.Bd -literal