aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/dlinfo.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commitfe08efe680f6705e0c60beabe3e39629c655e743 (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/gen/dlinfo.3
parent6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff)
downloadsrc-fe08efe680f6705e0c60beabe3e39629c655e743.tar.gz
src-fe08efe680f6705e0c60beabe3e39629c655e743.zip
mdoc(7): Use the new feature of the .In macro.
Notes
Notes: svn path=/head/; revision=119893
Diffstat (limited to 'lib/libc/gen/dlinfo.3')
-rw-r--r--lib/libc/gen/dlinfo.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3
index a4ebff9e71bf..1658471a5779 100644
--- a/lib/libc/gen/dlinfo.3
+++ b/lib/libc/gen/dlinfo.3
@@ -102,7 +102,7 @@ example 1.
The
.Vt Link_map
structure is defined in
-.Aq Pa link.h
+.In link.h
and has the following members:
.Bd -literal -offset indent
caddr_t l_addr; /* Base Address of library */
@@ -159,7 +159,7 @@ The corresponding
field contains one of more flags indicating the origin of the path (see the
.Dv LA_SER_*
flags defined in the
-.Aq Pa link.h
+.In link.h
header file).
See
.Sx EXAMPLES ,