White space reduction in instruction blocks.

This commit is contained in:
Bruce Dubbs 2025-04-30 12:51:03 -05:00
parent cc36837f7e
commit f6dbeeb1d3
10 changed files with 49 additions and 49 deletions

View File

@ -70,10 +70,10 @@ cd build</userinput></screen>
<screen><userinput remap="configure">../configure --prefix=/usr \ <screen><userinput remap="configure">../configure --prefix=/usr \
--disable-werror \ --disable-werror \
--enable-kernel=&min-kernel; \
--enable-stack-protector=strong \
--disable-nscd \ --disable-nscd \
libc_cv_slibdir=/usr/lib</userinput></screen> --enable-kernel=&min-kernel;\
libc_cv_slibdir=/usr/lib \
--enable-stack-protector=strong</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>

View File

@ -63,7 +63,7 @@
<para>Prepare Libffi for compilation:</para> <para>Prepare Libffi for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \ <screen><userinput remap="configure">./configure --prefix=/usr \
--disable-static \ --disable-static \
--with-gcc-arch=native</userinput></screen> --with-gcc-arch=native</userinput></screen>