summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/ptrace.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/sys/ptrace.2
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r--lib/libc/sys/ptrace.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index be44822..807f907 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -197,7 +197,7 @@ This request reads the traced process's machine registers into the
.Vt "struct reg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_SETREGS
@@ -208,7 +208,7 @@ it loads the traced process's machine registers from the
.Vt "struct reg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_GETFPREGS
@@ -218,7 +218,7 @@ the
.Vt "struct fpreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_SETFPREGS
@@ -229,7 +229,7 @@ it loads the traced process's floating-point registers from the
.Vt "struct fpreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_GETDBREGS
@@ -239,7 +239,7 @@ the
.Vt "struct dbreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_SETDBREGS
@@ -250,7 +250,7 @@ it loads the traced process's debug registers from the
.Vt "struct dbreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.El
OpenPOWER on IntegriCloud