summaryrefslogtreecommitdiffstats
path: root/lib/libelf/gelf.3
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-06-02 08:47:26 +0000
committerjoel <joel@FreeBSD.org>2012-06-02 08:47:26 +0000
commitb9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb (patch)
tree9a7ad4b9911b70d7cea7162197e15d6d6ef1c70b /lib/libelf/gelf.3
parent8461de2f4cb1ec93e0aa111f814c4112d6de2283 (diff)
downloadFreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.zip
FreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.tar.gz
mdoc: minor Bl improvements.
Diffstat (limited to 'lib/libelf/gelf.3')
-rw-r--r--lib/libelf/gelf.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libelf/gelf.3 b/lib/libelf/gelf.3
index d541388..1c2f010 100644
--- a/lib/libelf/gelf.3
+++ b/lib/libelf/gelf.3
@@ -115,7 +115,7 @@ routines will signal an error if a GElf value is out of range
for the underlying ELF data type.
.Ss Namespace use
The GElf interface uses the following symbols:
-.Bl -tag
+.Bl -tag -width 8n
.It GElf_*
Class-independent data types.
.It gelf_*
@@ -125,16 +125,16 @@ For functions defined in the API set.
This section provides an overview of the GElf programming APIs.
Further information is provided in the manual page of each function
listed here.
-.Bl -tag
+.Bl -tag -width 2n
.It "Allocating ELF Data Structures"
-.Bl -tag -compact
+.Bl -tag -width 19n -compact
.It Fn gelf_newehdr
Allocate a new ELF Executable Header.
.It Fn gelf_newphdr
Allocate a new ELF Program Header Table.
.El
.It "Data Translation"
-.Bl -tag -compact
+.Bl -tag -width 19n -compact
.It Fn gelf_xlatetof
Translate the native representation of an ELF data structure to its
file representation.
@@ -143,7 +143,7 @@ Translate from the file representation of an ELF data structure to a
native representation.
.El
.It "Retrieving ELF Data"
-.Bl -tag -compact
+.Bl -tag -width 19n -compact
.It Fn gelf_getdyn
Retrieve an ELF
.Sy .dynamic
@@ -162,7 +162,7 @@ Retrieve an ELF Section Header Table entry from the underlying ELF descriptor.
Retrieve an ELF symbol table entry.
.El
.It Queries
-.Bl -tag -compact
+.Bl -tag -width 19n -compact
.It Fn gelf_checksum
Retrieves the ELF checksum for an ELF descriptor.
.It Fn gelf_fsize
@@ -171,7 +171,7 @@ Retrieves the size of the file representation of an ELF type.
Retrieves the ELF class of an ELF descriptor.
.El
.It "Updating ELF Data"
-.Bl -tag -compact -width ".Fn gelf_update_shdr"
+.Bl -tag -width 19n -compact
.It Fn gelf_update_dyn
Copy back an ELF
.Sy .dynamic
OpenPOWER on IntegriCloud