aboutsummaryrefslogtreecommitdiff
path: root/manual/install.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-12 18:03:43 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-12 18:03:43 +0000
commit085320f505022f7fbc53b229ef1dc31826e66c34 (patch)
treeee63fa3227fc3d9d1bb96caf84fdef15b273ae58 /manual/install.texi
parent055778f3963336f41210feb4728a8d32da1d74fe (diff)
downloadglibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.bz2
(abmon): Remove spaces.
1998-11-12 Ulrich Drepper <drepper@cygnus.com> * locales/el_GR (abmon): Remove spaces at end of strings.
Diffstat (limited to 'manual/install.texi')
-rw-r--r--manual/install.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/install.texi b/manual/install.texi
index a681518..0348a23 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -29,14 +29,14 @@ Canada, you must get @code{crypt} support from a site outside the US,
such as @samp{ftp.ifi.uio.no}.
@c Check this please someone:
(Most non-US mirrors of @samp{ftp.gnu.org} will have it too.) The file
-you need is @file{glibc-crypt-@var{VERSION}.tar.gz}.
+you need is @file{glibc-crypt-@var{VERSION}.tar.gz}.
You will need recent versions of several GNU tools: definitely GCC and
GNU Make, and possibly others. @xref{Tools for Compilation}, below.
@menu
* Configuring and compiling:: How to compile and test GNU libc.
-* Installation:: How to install it once you've got it compiled.
+* Running make install:: How to install it once you've got it compiled.
* Tools for Compilation:: You'll need these first.
* Supported Configurations:: What it runs on, what it doesn't.
* Linux:: Specific advice for Linux systems.
@@ -208,7 +208,7 @@ The distribution already includes the on-line formatted version of the
manual, as Info files. You can regenerate those with @w{@code{make
info}}, but it shouldn't be necessary.
-@node Installation
+@node Running make install
@appendixsec Installing the C Library
@cindex installing