Fix an "Unknown target name" error during make info.

* doc/manuals/libabigail-overview.rst: Fix the reference to
	"ELF symbols".

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
Ondrej Oprala 2015-10-05 08:33:46 +02:00
parent 9e0bc5e617
commit 99cc564fe1
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ In more concrete terms, ``libabigail`` can parse a shared library in
`ELF`_ format, accompanied with its associated debug information in
`DWARF`_ format, build an internal representation of all the functions
and variables it exports, along with their types. It also builds an
internal representation of the `ELF_ symbols`_ of these functions and
internal representation of the `ELF symbols`_ of these functions and
variables. That information about these exported functions and
variables is roughly what we consider as being the ABI of the shared
library, at least, in the scope of Libabigail.
@ -40,4 +40,4 @@ enough way to help us spot ABI incompatibilities.
.. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format
.. _DWARF: http://www.dwarfstd.org
.. _Elf symbols: https://blogs.oracle.com/ali/entry/inside_elf_symbol_tables
.. _ELF symbols: https://blogs.oracle.com/ali/entry/inside_elf_symbol_tables