about summary refs log tree commit diff
path: root/manual
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
parent055778f3963336f41210feb4728a8d32da1d74fe (diff)
downloadglibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.gz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.tar.xz
glibc-085320f505022f7fbc53b229ef1dc31826e66c34.zip
(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')
-rw-r--r--manual/install.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/install.texi b/manual/install.texi
index a68151852e..0348a23525 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