libc.texinfo 4.5 KB

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