diff options
author | joel <joel@FreeBSD.org> | 2012-06-02 08:47:26 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-06-02 08:47:26 +0000 |
commit | b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb (patch) | |
tree | 9a7ad4b9911b70d7cea7162197e15d6d6ef1c70b /lib/libelf | |
parent | 8461de2f4cb1ec93e0aa111f814c4112d6de2283 (diff) | |
download | FreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.zip FreeBSD-src-b9a2e94d1d31da7ab851cfc90183f8f5a9a7a5bb.tar.gz |
mdoc: minor Bl improvements.
Diffstat (limited to 'lib/libelf')
-rw-r--r-- | lib/libelf/elf.3 | 16 | ||||
-rw-r--r-- | lib/libelf/gelf.3 | 14 |
2 files changed, 15 insertions, 15 deletions
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3 index 609fab6..35bba9c 100644 --- a/lib/libelf/elf.3 +++ b/lib/libelf/elf.3 @@ -385,9 +385,9 @@ See This section contains a brief overview of the available functionality in the ELF library. Each function listed here is described further in its own manual page. -.Bl -tag -width indent +.Bl -tag -width 2n .It "Archive Access" -.Bl -tag -compact +.Bl -tag -width 17n -compact .It Fn elf_getarsym Retrieve the archive symbol table. .It Fn elf_getarhdr @@ -404,7 +404,7 @@ Random access inside an archive. .El .It "Data Structures" -.Bl -tag -compact +.Bl -tag -width 17n -compact .It Fn elf_getdata Retrieve translated data for an ELF section. .It Fn elf_getscn @@ -437,7 +437,7 @@ Allocate an Executable Header in an ELF object. Allocate or resize the Program Header Table in an ELF object. .El .It "Data Translation" -.Bl -tag -compact +.Bl -tag -width 17n -compact .It Fn elf32_xlatetof , Fn elf64_xlatetof Translate an ELF data structure from its native representation to its file representation. @@ -446,14 +446,14 @@ Translate an ELF data structure from its file representation to a native representation. .El .It "Error Reporting" -.Bl -tag -compact +.Bl -tag -width 17n -compact .It Fn elf_errno Retrieve the current error. .It Fn elf_errmsg Retrieve a human readable description of the current error. .El .It "Initialization" -.Bl -tag -compact +.Bl -tag -width 17n -compact .It Fn elf_begin Opens an .Xr ar 1 @@ -468,7 +468,7 @@ archive or ELF object present in a memory area. Sets the operating version. .El .It "IO Control" -.Bl -tag -width ".Fn elf_setshstrndx" -compact +.Bl -tag -width 17n -compact .It Fn elf_cntl Manage the association between and ELF descriptor and its underlying file. .It Fn elf_flagdata @@ -492,7 +492,7 @@ Recompute ELF object layout and optionally write the modified object back to the underlying file. .El .It "Queries" -.Bl -tag -width ".Fn elf_getshstrndx" -compact +.Bl -tag -width 17n -compact .It Fn elf32_checksum , Fn elf64_checkum Compute checksum of an ELF object. .It Fn elf_getident 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 |