diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-10 14:23:40 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-10 14:23:40 +0800 |
commit | 20d6b70237dda66a4b809417a59fc728de19f90c (patch) | |
tree | eddb9e8a32170d049d14a72a70703e7986c47fde /chapter08 | |
parent | f8ac129f73959ad54ea6dd177c4541e1e77f58d0 (diff) |
libffi: style "libffi" (library name) with XML tag
As we are using "Libffi" for package name, I guess "libffi" (lower case)
means the library. So decorate it like how we handle other library
names.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/libffi.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index 9e4b132df..579bb6315 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -53,7 +53,8 @@ value of the <parameter>--with-gcc-arch=</parameter> parameter in the following command to an architecture name fully implemented by the CPU on that system. - If this is not done, all applications that link to libffi will trigger + If this is not done, all applications that link to + <filename class='libraryfile'>libffi</filename> will trigger Illegal Operation Errors.</para> </note> |