aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf/elf.3
Commit message (Collapse)AuthorAgeFilesLines
* Removed source code for the old libelf and build the new libelf fromKai Wang2014-01-151-580/+0
| | | | | | | contrib/ instead. Notes: svn path=/projects/elftoolchain/; revision=260698
* mdoc: minor Bl improvements.Joel Dahl2012-06-021-8/+8
| | | | Notes: svn path=/head/; revision=236438
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
| | | | | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> Notes: svn path=/head/; revision=211397
* Remove a redundant word.Kai Wang2010-07-211-2/+2
| | | | | | | | Obtained from: elftoolchain MFC after: 1 month Notes: svn path=/head/; revision=210349
* mdoc: fix parenthesisUlrich Spörlein2010-05-111-2/+4
| | | | | | | Reviewed by: brueffer Notes: svn path=/head/; revision=207942
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-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) Notes: svn path=/head/; revision=206622
* Remove useless .TE groff macro.Christian Brueffer2010-01-121-1/+0
| | | | | | | | Submitted by: Joerg Sonnenberger MFC after: 3 days Notes: svn path=/head/; revision=202159
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualJoseph Koshy2007-11-231-0/+1
| | | | | | | | | | page and code to match. Submitted by: jb MFC After: 1 day Notes: svn path=/head/; revision=173869
* Refer the reader to the elf_update(3) manual page for more informationJoseph Koshy2007-10-211-2/+5
| | | | | | | | | on application control of ELF object layout. MFC after: 1 day Notes: svn path=/head/; revision=172846
* Document the ELF types supported by libelf.Joseph Koshy2006-12-111-1/+93
| | | | | | | | Document the relationship between section types (SHT_*) and the types known to the libelf. Notes: svn path=/head/; revision=165093
* Fix minor formatting issues:Ruslan Ermilov2006-11-131-1/+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. Notes: svn path=/head/; revision=164253
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.Joseph Koshy2006-11-111-0/+482
Bump __FreeBSD_version. Reviewed by: jb Notes: svn path=/head/; revision=164190