summaryrefslogtreecommitdiffstats
path: root/lib/libelf/gelf_fsize.3
Commit message (Collapse)AuthorAgeFilesLines
* - Document that the *fsize() functions return a size of 1 for Elfkaiw2010-07-211-7/+2
| | | | | | | | | | types that don't have a fixed size. - The *fsize() functions should return a size of 1, for variable length types. - Redefine symbol ELF_T_LAST to match the current end of the list. Obtained from: elftoolchain MFC after: 1 month
* Note that the *_fsize() functions are only defined for ELF types thatkaiw2010-07-211-0/+7
| | | | | | | have a fixed size. Obtained from: elftoolchain MFC after: 1 month
* 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)
* Document the return type for gelf_fsize(3).jkoshy2008-02-041-1/+2
| | | | Submitted by: kaiw
* Fix minor formatting issues:ru2006-11-131-2/+2
| | | | | | | - 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/+93
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud