Files
Ben Woodard f0a5176739 Begin adding some docs to elfutils
- Added doc/README
- Updated doc/ChangeLog
- Added a eu-readelf manpage based on the one from binutils.
- Added a brand new manpage for eu-elfclassify the new utility.
- Add some new files in the doc directory and sync makefile with upstream.
- Reenable the compilation of doc directory.
- Disable sgml file building
- Build man pages the automake way

Since V1
- Put man pages in the proper directories.
- Added copy of Gnu Free Documentation License
- Modified eu-readelf.1 man page to match the supported options.

Signed-off-by: Ben Woodard <woodard@redhat.com>
Signed-off-by: Mark Wielaard <mark@klomp.org>
2019-08-27 13:42:50 +02:00

15 lines
324 B
Plaintext

.\" Modified Thu Sep 5 2017 by Ben Woodard <woodard@redhat.com>
.\"
.TH ELF_UPDATE 3 2017-09-05 "Libelf" "Libelf Programmer's Manual"
.SH NAME
elf_update \- update an ELF descriptor
.nf
.SH SYNOPSIS
.B #include <libelf.h>
.sp
.BI "off_t elf_update (Elf *" elf ", Elf_Cmd " cmd ");"
.fi
.SH DESCRIPTION
The
.BR elf_update ()