2005-01-21 Roland McGrath <roland@redhat.com>
[glibc.git] / manual / libc.texinfo
blob152044d6b2cc87614c4de46e4197e5ea945e9583
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
12 @include dir-add.texi
14 @c This tells texinfo.tex to use the real section titles in xrefs in
15 @c place of the node name, when no section title is explicitly given.
16 @set xref-automatic-section-title
17 @c @smallbook
18 @comment %**end of header (This is for running Texinfo on a region.)
20 @c sold 0.06/1.09, print run out 21may96
21 @set EDITION 0.10
22 @set VERSION 2.3.x
23 @set UPDATED 2001-07-06
24 @set ISBN 1-882114-55-8
26 @ifnottex
27 This file documents the GNU C library.
29 This is Edition @value{EDITION}, last updated @value{UPDATED},
30 of @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}.
32 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
34 Permission is granted to copy, distribute and/or modify this document
35 under the terms of the GNU Free Documentation License, Version 1.1 or
36 any later version published by the Free Software Foundation; with the
37 Invariant Sections being "Free Software Needs Free Documentation" and
38 "GNU Lesser General Public License", the Front-Cover texts being (a)
39 (see below), and with the Back-Cover Texts being (b) (see below).  A
40 copy of the license is included in the section entitled "GNU Free
41 Documentation License".
44 (a) The FSF's Front-Cover Text is:
46      A GNU Manual
48 (b) The FSF's Back-Cover Text is:
50      You have freedom to copy and modify this GNU Manual, like GNU
51      software.  Copies published by the Free Software Foundation raise
52      funds for GNU development.
53 @end ifnottex
55 @iftex
56 @shorttitlepage The GNU C Library Reference Manual
57 @end iftex
58 @titlepage
59 @center @titlefont{The GNU C Library}
60 @sp 1
61 @center @titlefont{Reference Manual}
62 @sp 2
63 @center Sandra Loosemore
64 @center with
65 @center Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper
66 @sp 3
67 @center Edition @value{EDITION}
68 @sp 1
69 @center last updated @value{UPDATED}
70 @sp 1
71 @center for version @value{VERSION}
72 @page
73 @vskip 0pt plus 1filll
74 Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002 Free Software Foundation, Inc.
75 @sp 2
76 Published by the Free Software Foundation @*
77 59 Temple Place -- Suite 330, @*
78 Boston, MA 02111-1307 USA @*
79 ISBN @value{ISBN} @*
81 Permission is granted to copy, distribute and/or modify this document
82 under the terms of the GNU Free Documentation License, Version 1.1 or
83 any later version published by the Free Software Foundation; with the
84 Invariant Sections being "Free Software Needs Free Documentation" and
85 "GNU Lesser General Public License", the Front-Cover texts being (a)
86 (see below), and with the Back-Cover Texts being (b) (see below).  A
87 copy of the license is included in the section entitled "GNU Free
88 Documentation License".
90 (a) The FSF's Front-Cover Text is:
92      A GNU Manual
94 (b) The FSF's Back-Cover Text is:
96      You have freedom to copy and modify this GNU Manual, like GNU
97      software.  Copies published by the Free Software Foundation raise
98      funds for GNU development.
100 Cover art for the Free Software Foundation's printed edition
101 by Etienne Suvasa.
103 @end titlepage
104 @page
106 @ifnottex
107 @node Top, Introduction, (dir), (dir)
108 @top Main Menu
109 This is Edition @value{EDITION}, last updated @value{UPDATED}, of
110 @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}
111 of the GNU C Library.
112 @end ifnottex
114 @include top-menu.texi
115 @include chapters.texi
117 @node Free Manuals, Copying, Contributors, Top
118 @include freemanuals.texi
120 @set lgpl-appendix
121 @node Copying, Documentation License, Free Manuals, Top
122 @include lesser.texi
124 @node Documentation License, Concept Index, Copying, Top
125 @include fdl.texi
127 @node Concept Index, Type Index, Documentation License, Top
128 @unnumbered Concept Index
130 @printindex cp
132 @node Type Index, Function Index, Concept Index, Top
133 @unnumbered Type Index
135 @printindex tp
137 @node Function Index, Variable Index, Type Index, Top
138 @unnumbered Function and Macro Index
140 @printindex fn
142 @node Variable Index, File Index, Function Index, Top
143 @unnumbered Variable and Constant Macro Index
145 @printindex vr
147 @node File Index, , Variable Index, Top
148 @unnumbered Program and File Index
150 @printindex pg
153 @shortcontents
154 @contents
155 @bye