blob: 554f8b0a3e120e6f57dc0da21f8a05f43c1868ed [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001\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@c setchapternewpage odd
6
7@include macros.texi
8
9@comment Tell install-info what to do.
10@dircategory Software libraries
11@direntry
12* Libc: (libc). C library.
13@end direntry
14@include dir-add.texi
15
16@include pkgvers.texi
17
18@c This tells texinfo.tex to use the real section titles in xrefs in
19@c place of the node name, when no section title is explicitly given.
20@set xref-automatic-section-title
21@c @smallbook
22@comment %**end of header (This is for running Texinfo on a region.)
23
24@c Everything related to printed editions is disabled until we have
25@c resolved how to keep them in sync with the master sources of the
26@c manual.
27@c sold 0.06/1.09, print run out 21may96
28@c @set EDITION 0.13
29@c @set ISBN 1-882114-55-8
30
31@include version.texi
32
33@set FDL_VERSION 1.3
34
35@copying
36This file documents @theglibc{}.
37
38This is
39@c Disabled (printed editions, see above).
40@c Edition @value{EDITION} of
41@cite{The GNU C Library Reference Manual}, for version
42@ifset PKGVERSION_DEFAULT
43@value{VERSION}.
44@end ifset
45@ifclear PKGVERSION_DEFAULT
46@value{VERSION} @value{PKGVERSION}.
47@end ifclear
48
49Copyright @copyright{} 1993--2015 Free Software Foundation, Inc.
50
51Permission is granted to copy, distribute and/or modify this document
52under the terms of the GNU Free Documentation License, Version
53@value{FDL_VERSION} or any later version published by the Free
54Software Foundation; with the Invariant Sections being ``Free Software
55Needs Free Documentation'' and ``GNU Lesser General Public License'',
56the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover
57Texts as in (a) below. A copy of the license is included in the
58section entitled "GNU Free Documentation License".
59
60(a) The FSF's Back-Cover Text is: ``You have the freedom to
61copy and modify this GNU manual. Buying copies from the FSF
62supports it in developing GNU and promoting software freedom.''
63@end copying
64
65@iftex
66@shorttitlepage The GNU C Library Reference Manual
67@end iftex
68@titlepage
69@center @titlefont{The GNU C Library}
70@sp 1
71@center @titlefont{Reference Manual}
72@sp 2
73@center Sandra Loosemore
74@center with
75@center Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper
76@sp 3
77@c Disabled (printed editions, see above).
78@c @center Edition @value{EDITION}
79@c @sp 1
80@center for version @value{VERSION}
81@ifclear PKGVERSION_DEFAULT
82@sp 1
83@center @value{PKGVERSION}
84@end ifclear
85@page
86@vskip 0pt plus 1filll
87@insertcopying
88
89@c Disabled (printed editions, see above).
90@c @sp 2
91@c Published by the @uref{http://www.fsf.org/, Free Software Foundation} @*
92@c ISBN @value{ISBN} @*
93
94@c Disabled (printed editions, see above).
95@c @sp 2
96@c Cover art for the Free Software Foundation's printed edition
97@c by Etienne Suvasa.
98
99@end titlepage
100
101@shortcontents
102@contents
103
104@ifnottex
105@node Top, Introduction, (dir), (dir)
106@top Main Menu
107This is
108@c Disabled (printed editions, see above).
109@c Edition @value{EDITION} of
110@cite{The GNU C Library Reference Manual}, for Version @value{VERSION}
111@ifclear PKGVERSION_DEFAULT
112@value{PKGVERSION}
113@end ifclear
114of @theglibc{}.
115@end ifnottex
116
117@include top-menu.texi
118@include chapters.texi
119
120@node Free Manuals, Copying, Contributors, Top
121@appendix Free Software Needs Free Documentation
122@include freemanuals.texi
123
124@node Copying, Documentation License, Free Manuals, Top
125@appendix GNU Lesser General Public License
126@include lgpl-2.1.texi
127
128@node Documentation License, Concept Index, Copying, Top
129@appendix GNU Free Documentation License
130@cindex FDL, GNU Free Documentation License
131@include fdl-@value{FDL_VERSION}.texi
132
133@node Concept Index, Type Index, Documentation License, Top
134@unnumbered Concept Index
135
136@printindex cp
137
138@node Type Index, Function Index, Concept Index, Top
139@unnumbered Type Index
140
141@printindex tp
142
143@node Function Index, Variable Index, Type Index, Top
144@unnumbered Function and Macro Index
145
146@printindex fn
147
148@node Variable Index, File Index, Function Index, Top
149@unnumbered Variable and Constant Macro Index
150
151@printindex vr
152
153@node File Index, , Variable Index, Top
154@unnumbered Program and File Index
155
156@printindex pg
157
158
159@bye