doc: Fix typos.

* doc/guix.texi: Fix typos.
master
Nikita Karetnikov 2013-09-27 08:22:02 +00:00
parent bb5f01c55d
commit ba7ea5ce33
1 changed files with 4 additions and 4 deletions

View File

@ -537,9 +537,9 @@ Thus, when installing MPC, the MPFR and GMP libraries also get installed
in the profile; removing MPC also removes MPFR and GMP---unless they had in the profile; removing MPC also removes MPFR and GMP---unless they had
also been explicitly installed independently. also been explicitly installed independently.
Besides, packages sometime rely on the definition of environment Besides, packages sometimes rely on the definition of environment
variables for their search paths (see explanation of variables for their search paths (see explanation of
@code{--search-paths} below.) Any missing or possibly incorrect @code{--search-paths} below). Any missing or possibly incorrect
environment variable definitions are reported here. environment variable definitions are reported here.
@c XXX: keep me up-to-date @c XXX: keep me up-to-date
@ -1838,7 +1838,7 @@ Binutils, libc, and the other packages mentioned above---the
@dfn{bootstrap binaries}. @dfn{bootstrap binaries}.
These bootstrap binaries are ``taken for granted'', though we can also These bootstrap binaries are ``taken for granted'', though we can also
re-create them if needed (more on that later.) re-create them if needed (more on that later).
@unnumberedsubsec Preparing to Use the Bootstrap Binaries @unnumberedsubsec Preparing to Use the Bootstrap Binaries
@ -1966,7 +1966,7 @@ In practice, there may be some complications. First, it may be that the
extended GNU triplet that specifies an ABI (like the @code{eabi} suffix extended GNU triplet that specifies an ABI (like the @code{eabi} suffix
above) is not recognized by all the GNU tools. Typically, glibc above) is not recognized by all the GNU tools. Typically, glibc
recognizes some of these, whereas GCC uses an extra @code{--with-abi} recognizes some of these, whereas GCC uses an extra @code{--with-abi}
configure flag (see @code{gcc.scm} for examples of how to handle this.) configure flag (see @code{gcc.scm} for examples of how to handle this).
Second, some of the required packages could fail to build for that Second, some of the required packages could fail to build for that
platform. Lastly, the generated binaries could be broken for some platform. Lastly, the generated binaries could be broken for some
reason. reason.