libc.texinfo 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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 master 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 file documents @theglibc{}.
  35. This is
  36. @c Disabled (printed editions, see above).
  37. @c Edition @value{EDITION} of
  38. @cite{The GNU C Library Reference Manual}, for version
  39. @ifset PKGVERSION_DEFAULT
  40. @value{VERSION}.
  41. @end ifset
  42. @ifclear PKGVERSION_DEFAULT
  43. @value{VERSION} @value{PKGVERSION}.
  44. @end ifclear
  45. Copyright @copyright{} 1993--2019 Free Software Foundation, Inc.
  46. Permission is granted to copy, distribute and/or modify this document
  47. under the terms of the GNU Free Documentation License, Version
  48. @value{FDL_VERSION} or any later version published by the Free
  49. Software Foundation; with the Invariant Sections being ``Free Software
  50. Needs Free Documentation'' and ``GNU Lesser General Public License'',
  51. the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover
  52. Texts as in (a) below. A copy of the license is included in the
  53. section entitled "GNU Free Documentation License".
  54. (a) The FSF's Back-Cover Text is: ``You have the freedom to
  55. copy and modify this GNU manual. Buying copies from the FSF
  56. supports it in developing GNU and promoting software freedom.''
  57. @end copying
  58. @iftex
  59. @shorttitlepage The GNU C Library Reference Manual
  60. @end iftex
  61. @titlepage
  62. @center @titlefont{The GNU C Library}
  63. @sp 1
  64. @center @titlefont{Reference Manual}
  65. @sp 2
  66. @center Sandra Loosemore
  67. @center with
  68. @center Richard M. Stallman, Roland McGrath, Andrew Oram, and Ulrich Drepper
  69. @sp 3
  70. @c Disabled (printed editions, see above).
  71. @c @center Edition @value{EDITION}
  72. @c @sp 1
  73. @center for version @value{VERSION}
  74. @ifclear PKGVERSION_DEFAULT
  75. @sp 1
  76. @center @value{PKGVERSION}
  77. @end ifclear
  78. @page
  79. @vskip 0pt plus 1filll
  80. @insertcopying
  81. @c Disabled (printed editions, see above).
  82. @c @sp 2
  83. @c Published by the @uref{http://www.fsf.org/, Free Software Foundation} @*
  84. @c ISBN @value{ISBN} @*
  85. @c Disabled (printed editions, see above).
  86. @c @sp 2
  87. @c Cover art for the Free Software Foundation's printed edition
  88. @c by Etienne Suvasa.
  89. @end titlepage
  90. @shortcontents
  91. @contents
  92. @ifnottex
  93. @node Top, Introduction, (dir), (dir)
  94. @top Main Menu
  95. This is
  96. @c Disabled (printed editions, see above).
  97. @c Edition @value{EDITION} of
  98. @cite{The GNU C Library Reference Manual}, for Version @value{VERSION}
  99. @ifclear PKGVERSION_DEFAULT
  100. @value{PKGVERSION}
  101. @end ifclear
  102. of @theglibc{}.
  103. @end ifnottex
  104. @include top-menu.texi
  105. @include chapters.texi
  106. @node Free Manuals, Copying, Contributors, Top
  107. @appendix Free Software Needs Free Documentation
  108. @include freemanuals.texi
  109. @node Copying, Documentation License, Free Manuals, Top
  110. @appendix GNU Lesser General Public License
  111. @include lgpl-2.1.texi
  112. @node Documentation License, Concept Index, Copying, Top
  113. @appendix GNU Free Documentation License
  114. @cindex FDL, GNU Free Documentation License
  115. @include fdl-@value{FDL_VERSION}.texi
  116. @node Concept Index, Type Index, Documentation License, Top
  117. @unnumbered Concept Index
  118. @printindex cp
  119. @node Type Index, Function Index, Concept Index, Top
  120. @unnumbered Type Index
  121. @printindex tp
  122. @node Function Index, Variable Index, Type Index, Top
  123. @unnumbered Function and Macro Index
  124. @printindex fn
  125. @node Variable Index, File Index, Function Index, Top
  126. @unnumbered Variable and Constant Macro Index
  127. @printindex vr
  128. @node File Index, , Variable Index, Top
  129. @unnumbered Program and File Index
  130. @printindex pg
  131. @bye