summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_update.3
Commit message (Collapse)AuthorAgeFilesLines
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
| | | | | | | | - change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
| | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors)
* Clarify that the ELF library only sets the sh_entsize field of ajkoshy2008-03-191-4/+4
| | | | | | | | | section header entry if the application is not taking charge of ELF object layout. Update (c) years, and bump the manual page's date. Submitted by: kaiw
* Consistently use the word 'flag' to refer to ELF_F_* constants.jkoshy2007-10-221-2/+2
| | | | MFC after: 1 day
* Fix a bug that prevented applications from laying out ELF objectsjkoshy2007-09-081-2/+7
| | | | | | | | | | | | | with section header tables residing in between other sections. Introduce additional checks for overlaps between section data and the section header table when the application is performing section layout. Document additional error returns. Reported by: Kai Wang <kaiw27 at gmail dot com> Approved by: re (rwatson)
* Document the additional error returns possible when handling ELF objectsjkoshy2006-12-251-1/+5
| | | | that require extended numbering.
* Fix minor formatting issues:ru2006-11-131-11/+11
| | | | | | | - make document title match filename; - remove hard sentence breaks, whitespace at EOL, and double whitespace; - sort SEE ALSO xrefs, adding missing section numbers; - fix a misspelled macro name.
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+277
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud