Fix grammar in lossage message
[sbcl.git] / doc / manual / sbcl.texinfo
bloba049816e07962a2da70b289dd980231a60037cb6
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename sbcl.info
4 @settitle SBCL User Manual
5 @documentencoding UTF-8
6 @c %**end of header
7 @afourwide
8 @include texinfo-macros.texinfo
9 @include variables.texinfo
10 @set EDITION 0.1
11 @settitle SBCL @value{VERSION} User Manual
13 @c for install-info
14 @dircategory Software development
15 @direntry
16 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
17 @end direntry
19 @copying
20 @quotation
21 This manual is part of the SBCL software system. See the
22 @file{README} file for more information.
24 This manual is largely derived from the manual for the CMUCL system,
25 which was produced at Carnegie Mellon University and later released
26 into the public domain. This manual is in the public domain and is
27 provided with absolutely no warranty. See the @file{COPYING} and
28 @file{CREDITS} files for more information.
29 @end quotation
30 @end copying
32 @titlepage
34 @title SBCL User Manual
35 @subtitle SBCL version @value{VERSION}
36 @subtitle @value{UPDATE-MONTH}
37 @c @author The CMUCL and SBCL teams
39 @c The following two commands start the copyright page.
40 @page
41 @vskip 0pt plus 1filll
42 @insertcopying
44 @end titlepage
46 @contents
48 @macro urlline{text}
49 @w{ } @w{ } @url{\text\}
50 @end macro
52 @c We use @andkey, etc to escape & from TeX in lambda lists --
53 @c so we need to define them for info as well.
54 @macro andallowotherkeys
55 &allow-other-keys
56 @end macro
57 @macro andoptional
58 &optional
59 @end macro
60 @macro andrest
61 &rest
62 @end macro
63 @macro andkey
64 &key
65 @end macro
66 @macro andbody
67 &body
68 @end macro
70 @ifnottex
72 @node Top
73 @comment  node-name,  next,  previous,  up
74 @top sbcl
76 @insertcopying
78 @menu
79 * Getting Support and Reporting Bugs::
80 * Introduction::
81 * Starting and Stopping::
82 * Compiler::
83 * Debugger::
84 * Efficiency::
85 * Beyond the ANSI Standard::
86 * Foreign Function Interface::
87 * Pathnames::
88 * Streams::
89 * Package Locks::
90 * Threading::
91 * Timers::
92 * Networking::
93 * Profiling::
94 * Contributed Modules::
95 * Deprecation::
96 * Concept Index::
97 * Function Index::
98 * Variable Index::
99 * Type Index::
100 * Colophon::
101 @end menu
103 @end ifnottex
105 @include support-and-bugs.texinfo
106 @include intro.texinfo
107 @include start-stop.texinfo
108 @include compiler.texinfo
109 @include debugger.texinfo
110 @include efficiency.texinfo
111 @include beyond-ansi.texinfo
112 @include ffi.texinfo
113 @include pathnames.texinfo
114 @include streams.texinfo
115 @include package-locks.texi-temp
116 @include threading.texinfo
117 @include timers.texinfo
118 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
119 @include profiling.texinfo
120 @include contrib-modules.texinfo
121 @include deprecation.texinfo
122 @include backmatter.texinfo
124 @bye