diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2016-10-06 12:28:45 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:28:45 +0530 |
commit | b55a155f005366b5a6c886a2e4c57707b341b619 (patch) | |
tree | fcb53ad74e5a0f9d9bac09eb77de4f0ac3feb370 /manual | |
parent | ae996b9f39750ec2ad9808b7a13f09135833cd12 (diff) | |
download | glibc-b55a155f005366b5a6c886a2e4c57707b341b619.zip glibc-b55a155f005366b5a6c886a2e4c57707b341b619.tar.gz glibc-b55a155f005366b5a6c886a2e4c57707b341b619.tar.bz2 |
Manual typos: Installing
2016-05-06 Rical Jasan <ricaljasan@pacific.net>
* manual/install.texi: Fix typos in the manual.
* INSTALL: Regenerated.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/install.texi b/manual/install.texi index 79ee45f..663f8d5 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -186,8 +186,8 @@ new warnings cause the build with @option{-Werror} to fail), you can configure with @option{--disable-werror}. @item --disable-mathvec -By default for x86_64, @theglibc{} is built with vector math library. -Use this option to disable vector math library. +By default for x86_64, @theglibc{} is built with the vector math library. +Use this option to disable the vector math library. @item --build=@var{build-system} @itemx --host=@var{host-system} @@ -225,7 +225,7 @@ information for @theglibc{}. To build the library and related programs, type @code{make}. This will produce a lot of output, some of which may look like errors from -@code{make} but isn't. Look for error messages from @code{make} +@code{make} but aren't. Look for error messages from @code{make} containing @samp{***}. Those indicate that something is seriously wrong. The compilation process can take a long time, depending on the |