]> git.ipfire.org Git - thirdparty/glibc.git/blame - manual/libc.texinfo
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / manual / libc.texinfo
CommitLineData
28f540f4
RM
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
97ee3009
PE
5@documentencoding UTF-8
6@c '@codequotebacktick on' and '@codequoteundirected on' require
7@c Texinfo 5.0 or later, so use the older equivalent @set variables
8@c supported in Texinfo 4.11 and later.
9@set txicodequoteundirected
10@set txicodequotebacktick
11
867639e6 12@c setchapternewpage odd
28f540f4 13
1f77f049
JM
14@include macros.texi
15
714a562f 16@comment Tell install-info what to do.
867639e6 17@dircategory Software libraries
714a562f
UD
18@direntry
19* Libc: (libc). C library.
20@end direntry
6e613d6a 21@include dir-add.texi
714a562f 22
8b748aed
JM
23@include pkgvers.texi
24
28f540f4
RM
25@c This tells texinfo.tex to use the real section titles in xrefs in
26@c place of the node name, when no section title is explicitly given.
27@set xref-automatic-section-title
779ae82e 28@c @smallbook
779ae82e 29@comment %**end of header (This is for running Texinfo on a region.)
28f540f4 30
bb8b6697
JM
31@c Everything related to printed editions is disabled until we have
32@c resolved how to keep them in sync with the master sources of the
33@c manual.
b8fe19fa 34@c sold 0.06/1.09, print run out 21may96
bb8b6697
JM
35@c @set EDITION 0.13
36@c @set ISBN 1-882114-55-8
37
38@include version.texi
28f540f4 39
ee968201 40@set FDL_VERSION 1.3
74981cc5 41
867639e6 42@copying
bb8b6697
JM
43This is
44@c Disabled (printed editions, see above).
45@c Edition @value{EDITION} of
8b748aed
JM
46@cite{The GNU C Library Reference Manual}, for version
47@ifset PKGVERSION_DEFAULT
48@value{VERSION}.
49@end ifset
50@ifclear PKGVERSION_DEFAULT
51@value{VERSION} @value{PKGVERSION}.
52@end ifclear
28f540f4 53
6d7e8eda 54Copyright @copyright{} 1993--2023 Free Software Foundation, Inc.
e2cb5c1d
AJ
55
56Permission is granted to copy, distribute and/or modify this document
74981cc5
RM
57under the terms of the GNU Free Documentation License, Version
58@value{FDL_VERSION} or any later version published by the Free
59Software Foundation; with the Invariant Sections being ``Free Software
60Needs Free Documentation'' and ``GNU Lesser General Public License'',
61the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover
62Texts as in (a) below. A copy of the license is included in the
63section entitled "GNU Free Documentation License".
41713d4e 64
7bd00dbf
RM
65(a) The FSF's Back-Cover Text is: ``You have the freedom to
66copy and modify this GNU manual. Buying copies from the FSF
67supports it in developing GNU and promoting software freedom.''
867639e6 68@end copying
28f540f4
RM
69
70@iftex
71@shorttitlepage The GNU C Library Reference Manual
72@end iftex
73@titlepage
74@center @titlefont{The GNU C Library}
75@sp 1
76@center @titlefont{Reference Manual}
77@sp 2
78@center Sandra Loosemore
79@center with
ba1ffaa1 80@center Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper
28f540f4 81@sp 3
bb8b6697
JM
82@c Disabled (printed editions, see above).
83@c @center Edition @value{EDITION}
84@c @sp 1
28f540f4 85@center for version @value{VERSION}
8b748aed
JM
86@ifclear PKGVERSION_DEFAULT
87@sp 1
88@center @value{PKGVERSION}
89@end ifclear
28f540f4
RM
90@page
91@vskip 0pt plus 1filll
867639e6
RM
92@insertcopying
93
bb8b6697
JM
94@c Disabled (printed editions, see above).
95@c @sp 2
5a82c748 96@c Published by the @uref{https://www.fsf.org/, Free Software Foundation} @*
867639e6 97@c ISBN @value{ISBN} @*
e2cb5c1d 98
bb8b6697
JM
99@c Disabled (printed editions, see above).
100@c @sp 2
101@c Cover art for the Free Software Foundation's printed edition
102@c by Etienne Suvasa.
e2cb5c1d 103
28f540f4 104@end titlepage
867639e6 105
a3f747a9
FW
106@c @titlepage is only visible in the printed manual. Show the
107@c copyright information elsewhere in other renderings. For the HTML
108@c version, it should come above the short table of contents. In the
109@c Info manual, the option below is used.
110@ifhtml
111@insertcopying
112@end ifhtml
113
867639e6
RM
114@shortcontents
115@contents
28f540f4 116
f126ef67 117@ifnottex
28f540f4
RM
118@node Top, Introduction, (dir), (dir)
119@top Main Menu
bb8b6697 120@c Disabled (printed editions, see above).
a3f747a9
FW
121@ifnothtml
122@insertcopying
123@end ifnothtml
f126ef67 124@end ifnottex
28f540f4 125
7a68c94a
UD
126@include top-menu.texi
127@include chapters.texi
28f540f4 128
41713d4e 129@node Free Manuals, Copying, Contributors, Top
39bf0bb4 130@appendix Free Software Needs Free Documentation
41713d4e
AJ
131@include freemanuals.texi
132
41713d4e 133@node Copying, Documentation License, Free Manuals, Top
069e52f8
RM
134@appendix GNU Lesser General Public License
135@include lgpl-2.1.texi
28f540f4 136
e2cb5c1d 137@node Documentation License, Concept Index, Copying, Top
069e52f8
RM
138@appendix GNU Free Documentation License
139@cindex FDL, GNU Free Documentation License
74981cc5 140@include fdl-@value{FDL_VERSION}.texi
28f540f4 141
e2cb5c1d 142@node Concept Index, Type Index, Documentation License, Top
28f540f4
RM
143@unnumbered Concept Index
144
2c6fe0bd 145@printindex cp
28f540f4
RM
146
147@node Type Index, Function Index, Concept Index, Top
148@unnumbered Type Index
149
150@printindex tp
151
152@node Function Index, Variable Index, Type Index, Top
153@unnumbered Function and Macro Index
154
155@printindex fn
156
157@node Variable Index, File Index, Function Index, Top
158@unnumbered Variable and Constant Macro Index
159
160@printindex vr
161
162@node File Index, , Variable Index, Top
163@unnumbered Program and File Index
164
165@printindex pg
166
167
28f540f4 168@bye