diff options
Diffstat (limited to 'lib/libc/gen/dlinfo.3')
-rw-r--r-- | lib/libc/gen/dlinfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3 index a4ebff9..1658471 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 , |