aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/content.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-20 15:01:47 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-20 15:01:47 +0100
commitc5e4348681f23428b0036c45b64cca428e69d750 (patch)
tree064ec1d40a09a08be1672a2b9425c8f90daa9e2a /doc/info/content.texinfo
parentoptimise implementations of {hton,ntoh}{s,l,ll} (diff)
downloadslibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.gz
slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.bz2
slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.xz
...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/content.texinfo')
-rw-r--r--doc/info/content.texinfo101
1 files changed, 101 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo
new file mode 100644
index 0000000..db098c9
--- /dev/null
+++ b/doc/info/content.texinfo
@@ -0,0 +1,101 @@
+@c This file includes everything after the titlepage.
+
+
+@defcodeindex op
+@defcodeindex hf
+@defcodeindex lv
+
+
+
+@ifnothtml
+@shortcontents
+@contents
+@end ifnothtml
+
+
+@menu
+* Introduction:: Introduction to @command{slibc} and this manual.
+* Language facilities:: C language facilities provided by the library.
+* Error reporting:: Detecting, reporting, and printing errors.
+* Integer types:: Portable and descriptive integer types.
+* Memory allocation:: How to give your process or memory.
+
+* Free Software Needs Free Documentation:: Why free documentation is important.
+* GNU General Public License:: Copying and sharing @command{slibc}.
+* GNU Free Documentation License:: Copying and sharing this manual.
+
+* Concept index:: Index of concepts.
+* Option index:: Index of command line options.
+* Program index:: Index of utilities.
+* Variable index:: Index of environment variables.
+* Header file index:: Index of header files.
+* Data type index:: Index of data types.
+* LValue index:: Index of all types of lvalues.
+* Function index:: Index of functions and callable macros.
+@end menu
+@c In GNU Emacs a @detailmenu can be created with `C-c C-u m`.
+@c TODO @detailmenu
+
+
+
+@include chap/introduction.texinfo
+@include chap/language-facilities.texinfo
+@include chap/error-reporting.texinfo
+@include chap/integer-types.texinfo
+@include chap/memory-allocation.texinfo
+
+
+
+@include appx/free-software-needs-free-documentation.texinfo
+
+@node GNU General Public License
+@appendix GNU General Public License
+@include appx/gpl.texinfo
+
+@node GNU Free Documentation License
+@appendix GNU Free Documentation License
+@include appx/fdl.texinfo
+
+
+
+@node Concept index
+@unnumbered Concept index
+Index of concepts.
+@printindex cp
+
+@node Option index
+@unnumbered Option index
+Index of command line options.
+@printindex op
+
+@node Program index
+@unnumbered Program index
+Index of utilities.
+@printindex pg
+
+@node Variable index
+@unnumbered Variable index
+Index of environment variables.
+@printindex vr
+
+@node Header file index
+@unnumbered Header file index
+Index of header files.
+@printindex hf
+
+@node Data type index
+@unnumbered Data type index
+Index of type definitions, structures, unions, enumerations,
+and built in data types.
+@printindex tp
+
+@node LValue index
+@unnumbered LValue index
+Index of variables, constant preprocessor values, and lvalue macros.
+@printindex lv
+
+@node Function index
+@unnumbered Function index
+Index of functions and callable macros.
+@printindex fn
+