diff options
Diffstat (limited to 'libelftc/elftc.3')
-rw-r--r-- | libelftc/elftc.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libelftc/elftc.3 b/libelftc/elftc.3 index bbf51738bb20..08b3f5293dc0 100644 --- a/libelftc/elftc.3 +++ b/libelftc/elftc.3 @@ -21,11 +21,11 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $Id: elftc.3 2818 2012-12-24 12:32:48Z jkoshy $ +.\" $Id: elftc.3 3645 2018-10-15 20:17:14Z jkoshy $ .\" .Dd December 24, 2012 -.Os .Dt ELFTC 3 +.Os .Sh NAME .Nm elftc .Nd support routines used in the Elftoolchain project @@ -46,7 +46,7 @@ manual pages for the functions listed below. .Ss Functional Grouping .Bl -tag -width indent .It "Binary Object Handling" -.Bl -tag -compact +.Bl -tag -compact -width indent .It Fn elftc_bfd_find_target Locate a binary object descriptor. .It Fn elftc_bfd_target_class @@ -59,20 +59,20 @@ Query the object format for a binary object descriptor. Query the target machine for a binary object descriptor. .El .It "C++ support" -.Bl -tag -compact +.Bl -tag -compact -width indent .It Fn elftc_demangle Decodes a symbol name encoded according to the encoding rules for the C++ language. .El .It "Programming conveniences" -.Bl -tag -compact +.Bl -tag -compact -width indent .It Fn elftc_copyfile Copies the contents of a file to another. .It Fn elftc_set_timestamp Portably set the time stamps on a file. .El .It "Project Configuration" -.Bl -tag -compact +.Bl -tag -compact -width indent .It Fn elftc_version Returns a project-wide identifier string that encodes the source revision of the source tree. |