diff options
author | Andreas Jaeger <aj@suse.de> | 2011-07-19 20:41:44 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-19 20:41:44 -0400 |
commit | 5551a7b6aa00e6bc2bf6a0daa98a01e7fd725ba9 (patch) | |
tree | f0e1f1a82ec7654d9ac9692707e3a03e85c8cda5 /manual/intro.texi | |
parent | 51846a515abd3f99662b67af71f5da770a64556e (diff) | |
download | glibc-5551a7b6aa00e6bc2bf6a0daa98a01e7fd725ba9.zip glibc-5551a7b6aa00e6bc2bf6a0daa98a01e7fd725ba9.tar.gz glibc-5551a7b6aa00e6bc2bf6a0daa98a01e7fd725ba9.tar.bz2 |
Fix for description of cross reference in manual
Diffstat (limited to 'manual/intro.texi')
-rw-r--r-- | manual/intro.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/manual/intro.texi b/manual/intro.texi index 858cd1d..d97e262 100644 --- a/manual/intro.texi +++ b/manual/intro.texi @@ -714,9 +714,12 @@ macros in the library, with complete data types and function prototypes, and says what standard or system each is derived from. @item -@ref{Maintenance}, explains how to build and install the GNU C library on -your system, how to report any bugs you might find, and how to add new -functions or port the library to a new system. +@ref{Installation}, explains how to build and install the GNU C library on +your system, and how to report any bugs you might find. + +@item +@ref{Maintenance}, explains how to add new functions or port the +library to a new system. @end itemize If you already know the name of the facility you are interested in, you |