aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/gmp.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:33:18 +0200
commitd672ab7d660f95484428882d9bebfa259ee9d368 (patch)
treed0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/gmp.xml
parentc8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff)
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/gmp.xml')
-rw-r--r--chapter08/gmp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml
index 2419e2d02..0820f726c 100644
--- a/chapter08/gmp.xml
+++ b/chapter08/gmp.xml
@@ -53,7 +53,7 @@
<note>
<para>The default settings of GMP produce libraries optimized for
the host processor. If libraries suitable for processors less
- capable than the host's CPU are desired, generic libraries can be
+ capable than the host's CPU are desired, generic libraries can be
created by running the following:
<screen role="nodump"><userinput>cp -v configfsf.guess config.guess
@@ -100,7 +100,7 @@ make html</userinput></screen>
<para>Test the results:</para>
<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
-
+
<caution><para>The code in gmp is highly optimized for the processor where
it is built. Occasionally, the code that detects the processor misidentifies
the system capabilities and there will be errors in the tests or other