Undo last change. Remove debugging output.
[glibc.git] / manual / libc.texinfo
blobf5bfbcde3639e8caa0b54f2a13ad35f18ea3ae29
1 \input texinfo                  @c -*- Texinfo -*-
2 @comment %**start of header (This is for running Texinfo on a region.)
3 @setfilename libc.info
4 @settitle The GNU C Library
5 @setchapternewpage odd
7 @comment Tell install-info what to do.
8 @dircategory GNU libraries
9 @direntry
10 * Libc: (libc).                 C library.
11 @end direntry
13 @c This tells texinfo.tex to use the real section titles in xrefs in
14 @c place of the node name, when no section title is explicitly given.
15 @set xref-automatic-section-title
16 @c @smallbook
17 @comment %**end of header (This is for running Texinfo on a region.)
19 @c sold 0.06/1.09, print run out 21may96
20 @set EDITION 0.10
21 @set VERSION 2.2.x
22 @set UPDATED 2001-07-06
23 @set ISBN 1-882114-55-8
25 @ifinfo
26 This file documents the GNU C library.
28 This is Edition @value{EDITION}, last updated @value{UPDATED},
29 of @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}.
31 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
33 Permission is granted to copy, distribute and/or modify this document
34 under the terms of the GNU Free Documentation License, Version 1.1 or
35 any later version published by the Free Software Foundation; with the
36 Invariant Sections being "GNU Lesser General Public License", the
37 Front-Cover texts being (a) (see below), and with the Back-Cover Texts
38 being (b) (see below).  A copy of the license is included in the section
39 entitled "GNU Free Documentation License".
41 (a) The FSF's Front-Cover Text is:
43      A GNU Manual
45 (b) The FSF's Back-Cover Text is:
47      You have freedom to copy and modify this GNU Manual, like GNU
48      software.  Copies published by the Free Software Foundation raise
49      funds for GNU development.
50 @end ifinfo
52 @iftex
53 @shorttitlepage The GNU C Library Reference Manual
54 @end iftex
55 @titlepage
56 @center @titlefont{The GNU C Library}
57 @sp 1
58 @center @titlefont{Reference Manual}
59 @sp 2
60 @center Sandra Loosemore
61 @center with
62 @center Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper
63 @sp 3
64 @center Edition @value{EDITION}
65 @sp 1
66 @center last updated @value{UPDATED}
67 @sp 1
68 @center for version @value{VERSION}
69 @page
70 @vskip 0pt plus 1filll
71 Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
72 @sp 2
73 Published by the Free Software Foundation @*
74 59 Temple Place -- Suite 330, @*
75 Boston, MA 02111-1307 USA @*
76 ISBN @value{ISBN} @*
78 Permission is granted to copy, distribute and/or modify this document
79 under the terms of the GNU Free Documentation License, Version 1.1 or
80 any later version published by the Free Software Foundation; with the
81 Invariant Sections being "GNU Lesser General Public License", the
82 Front-Cover texts being (a) (see below), and with the Back-Cover Texts
83 being (b) (see below).  A copy of the license is included in the section
84 entitled "GNU Free Documentation License".
86 (a) The FSF's Front-Cover Text is:
88      A GNU Manual
90 (b) The FSF's Back-Cover Text is:
92      You have freedom to copy and modify this GNU Manual, like GNU
93      software.  Copies published by the Free Software Foundation raise
94      funds for GNU development.
96 Cover art for the Free Software Foundation's printed edition
97 by Etienne Suvasa.
99 @end titlepage
100 @page
102 @ifnottex
103 @node Top, Introduction, (dir), (dir)
104 @top Main Menu
105 This is Edition @value{EDITION}, last updated @value{UPDATED}, of
106 @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}
107 of the GNU C Library.
108 @end ifnottex
110 @include top-menu.texi
111 @include chapters.texi
113 @set lgpl-appendix
114 @node Copying, Documentation License, Contributors, Top
115 @include lesser.texi
117 @node Documentation License, Concept Index, Copying, Top
118 @include fdl.texi
120 @node Concept Index, Type Index, Documentation License, Top
121 @unnumbered Concept Index
123 @printindex cp
125 @node Type Index, Function Index, Concept Index, Top
126 @unnumbered Type Index
128 @printindex tp
130 @node Function Index, Variable Index, Type Index, Top
131 @unnumbered Function and Macro Index
133 @printindex fn
135 @node Variable Index, File Index, Function Index, Top
136 @unnumbered Variable and Constant Macro Index
138 @printindex vr
140 @node File Index, , Variable Index, Top
141 @unnumbered Program and File Index
143 @printindex pg
146 @shortcontents
147 @contents
148 @bye