diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2018-01-12 17:28:42 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2018-01-12 17:28:42 +0000 |
commit | e03d5e49af5d60eebff308f1da5293de45f05805 (patch) | |
tree | 71a7d185c783f9a1721330a0a40ecaf7f243196a /chapter06/libffi.xml | |
parent | cec299e8d3fa52bd63080118077aa44eabb4f76c (diff) |
Update to Linux-4.14.13.
Add Libelf-0.107.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/libffi.xml')
-rw-r--r-- | chapter06/libffi.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/libffi.xml b/chapter06/libffi.xml index c04a39f69..5ebc27270 100644 --- a/chapter06/libffi.xml +++ b/chapter06/libffi.xml @@ -14,7 +14,7 @@ <address>&libffi-url;</address> </sect1info> - <title>libffi-&libffi-version;</title> + <title>Libffi-&libffi-version;</title> <indexterm zone="ch-system-libffi"> <primary sortas="a-libffi">libffi</primary> @@ -23,7 +23,7 @@ <sect2 role="package"> <title/> - <para>The libffi library provides a portable, high level programming + <para>The Libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time.</para> @@ -40,7 +40,7 @@ </sect2> <sect2 role="installation"> - <title>Installation of libffi</title> + <title>Installation of Libffi</title> <para>Modify the Makefile to install headers into the standard <filename class="directory">/usr/include</filename> directory instead of @@ -72,7 +72,7 @@ sed -e '/^includedir/ s/=.*$/=@includedir@/' \ </sect2> <sect2 id="contents-libffi" role="content"> - <title>Contents of libffi</title> + <title>Contents of Libffi</title> <segmentedlist> <segtitle>Installed library</segtitle> |