diff mbox

[35/37] Manual typos: Installing

Message ID 1462521305-19409-36-git-send-email-ricaljasan@pacific.net
State New
Headers show

Commit Message

Rical Jasan May 6, 2016, 7:55 a.m. UTC
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/install.texi: Fix typos in the manual.
	* INSTALL: Regenerated.
---
 INSTALL             |    8 ++++----
 manual/install.texi |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Chris Leonard June 23, 2016, 3:01 a.m. UTC | #1
+1

cjl

On Fri, May 6, 2016 at 3:55 AM,  <ricaljasan@pacific.net> wrote:
> 2016-05-06  Rical Jasan  <ricaljasan@pacific.net>
>
>         * manual/install.texi: Fix typos in the manual.
>         * INSTALL: Regenerated.
> ---
>  INSTALL             |    8 ++++----
>  manual/install.texi |    6 +++---
>  2 files changed, 7 insertions(+), 7 deletions(-)
>
diff mbox

Patch

diff --git a/INSTALL b/INSTALL
index 31e256d..5c02216 100644
--- a/INSTALL
+++ b/INSTALL
@@ -161,8 +161,8 @@  will be used, and CFLAGS sets optimization options for the compiler.
      can configure with '--disable-werror'.
 
 '--disable-mathvec'
-     By default for x86_64, the GNU C Library is built with vector math
-     library.  Use this option to disable vector math library.
+     By default for x86_64, the GNU C Library is built with the vector
+     math library.  Use this option to disable the vector math library.
 
 '--build=BUILD-SYSTEM'
 '--host=HOST-SYSTEM'
@@ -199,8 +199,8 @@  will be used, and CFLAGS sets optimization options for the compiler.
 
    To build the library and related programs, type 'make'.  This will
 produce a lot of output, some of which may look like errors from 'make'
-but isn't.  Look for error messages from 'make' containing '***'.  Those
-indicate that something is seriously wrong.
+but aren't.  Look for error messages from 'make' containing '***'.
+Those indicate that something is seriously wrong.
 
    The compilation process can take a long time, depending on the
 configuration and the speed of your machine.  Some complex modules may
diff --git a/manual/install.texi b/manual/install.texi
index 95021b4..ad91c6b 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -192,8 +192,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}
@@ -231,7 +231,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