mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Update dl_iterate_phdr(3) to follow r272842
Relnotes: yes Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a4e4b355f4
commit
a6897b9320
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
.\"
|
||||
.\" $OpenBSD: dl_iterate_phdr.3,v 1.3 2007/05/31 19:19:48 jmc Exp $
|
||||
.\" $FreeBSD$
|
||||
.Dd February 15, 2012
|
||||
.Dd October 9, 2014
|
||||
.Dt DL_ITERATE_PHDR 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -68,7 +68,7 @@ have the following meaning:
|
|||
The base address at which the object is mapped into the address
|
||||
space of the calling process.
|
||||
.It Fa dlpi_name
|
||||
The name of the ELF object.
|
||||
The pathname of the ELF object.
|
||||
.It Fa dlpi_phdr
|
||||
A pointer to the object's program headers.
|
||||
.It Fa dlpi_phnum
|
||||
|
|
|
|||
Loading…
Reference in a new issue