A few fixes.
[iolib.git] / doc / iolib.texinfo
blobdf6cfda8b71503222b6416ac98c35d2b0a49c5ed
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename iolib.info
4 @settitle IOLib Manual
6 @c @exampleindent 2
7 @c @documentencoding utf-8
9 @c %**end of header
11 @c for install-info
12 @c @dircategory %%INFO-CATEGORY%%
13 @c @direntry
14 @c * net.sockets:           %%PROJECT-DESCRIPTION%%
15 @c @end direntry
17 @include macros.texinfo
19 @c Show types, functions, and concepts in the same index.
20 @syncodeindex tp cp
21 @syncodeindex fn cp
23 @copying
24 @c Copyright @copyright{} 2084 John Doe <john@doe.com>
26 @include license.texinfo
27 @end copying
29 @titlepage
30 @title IOLib Manual
31 @subtitle draft version
32 @c @author John Doe
33 @page
34 @vskip 0pt plus 1filll
35 @insertcopying
36 @end titlepage
38 @contents
40 @ifnottex
41 @node Top
42 @top net.sockets
43 @insertcopying
44 @end ifnottex
46 @c Top Menu
47 @menu
48 * Overview::                    
49 * Streams::                     
50 * Sockets::                     
51 * Comprehensive Index::         
52 @end menu
54 @node Overview
55 @chapter Overview
57 Describe IOLib here.
59 @node Streams
60 @chapter Streams
61 @include streams.texinfo
63 @node Sockets
64 @chapter Sockets
65 @include sockets.texinfo
67 @c We call this node ``Comprehensive Index'' so that texinfo's HTML
68 @c output doesn't generate an index.html that'd overwrite the manual's
69 @c initial page.
70 @node Comprehensive Index
71 @unnumbered Index
72 @printindex cp
74 @bye