diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:38:15 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-12-09 15:38:15 +0800 |
commit | 30f5283fab13237eb27c9736dc45d697f1aa8daf (patch) | |
tree | 90a928fcf775b78c917484b340df1031051d73cc | |
parent | 3c07bb94887c2bed937289ade14ad208a87802a7 (diff) |
python: style "libffi.so" correctly
-rw-r--r-- | chapter08/python.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index 5b80fa339..1ac1b538a 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -66,7 +66,7 @@ <term><parameter>--with-system-ffi</parameter></term> <listitem> <para>This switch enables linking against the system version of - <application>libffi.so</application>.</para> + <filename class='libraryfile'>libffi.so</filename>.</para> </listitem> </varlistentry> |