Revert "Sync readline/ to version 7.0 alpha"
[deliverable/binutils-gdb.git] / readline / doc / rlman.texi
CommitLineData
b585a9fa
EZ
1\input texinfo @c -*-texinfo-*-
2@comment %**start of header (This is for running Texinfo on a region.)
3@setfilename readline.info
4@settitle GNU Readline Library
5@comment %**end of header (This is for running Texinfo on a region.)
6@synindex vr fn
b585a9fa 7
5836a818
PP
8@include version.texi
9
b585a9fa
EZ
10@copying
11This manual describes the GNU Readline Library
12(version @value{VERSION}, @value{UPDATED}), a library which aids in the
13consistency of user interface across discrete programs which provide
14a command line interface.
15
5836a818
PP
16Copyright @copyright{} 1988--2011 Free Software Foundation, Inc.
17
18Permission is granted to make and distribute verbatim copies of
19this manual provided the copyright notice and this permission notice
20are preserved on all copies.
b585a9fa
EZ
21
22@quotation
23Permission is granted to copy, distribute and/or modify this document
cc88a640 24under the terms of the GNU Free Documentation License, Version 1.3 or
b585a9fa 25any later version published by the Free Software Foundation; with no
5836a818
PP
26Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
27and with the Back-Cover Texts as in (a) below. A copy of the license is
28included in the section entitled ``GNU Free Documentation License''.
29
30(a) The FSF's Back-Cover Text is: You are free to copy and modify
31this GNU manual. Buying copies from GNU Press supports the FSF in
32developing GNU and promoting software freedom.''
b585a9fa 33
b585a9fa
EZ
34@end quotation
35@end copying
36
37@dircategory Libraries
38@direntry
39* Readline: (readline). The GNU readline library API.
40@end direntry
41
42@titlepage
43@title GNU Readline Library
44@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
45@subtitle @value{UPDATED-MONTH}
46@author Chet Ramey, Case Western Reserve University
47@author Brian Fox, Free Software Foundation
48
49@page
50@vskip 0pt plus 1filll
51@insertcopying
52
5836a818
PP
53@sp 1
54Published by the Free Software Foundation @*
5559 Temple Place, Suite 330, @*
56Boston, MA 02111-1307 @*
57USA @*
58
b585a9fa
EZ
59@end titlepage
60
61@contents
62
63@ifnottex
64@node Top
65@top GNU Readline Library
66
67This document describes the GNU Readline Library, a utility which aids
68in the consistency of user interface across discrete programs which
69provide a command line interface.
70
71@menu
72* Command Line Editing:: GNU Readline User's Manual.
73* Programming with GNU Readline:: GNU Readline Programmer's Manual.
cc88a640 74* GNU Free Documentation License:: License for copying this manual.
b585a9fa
EZ
75* Concept Index:: Index of concepts described in this manual.
76* Function and Variable Index:: Index of externally visible functions
77 and variables.
78@end menu
79@end ifnottex
80
81@include rluser.texi
82@include rltech.texi
83
cc88a640
JK
84@node GNU Free Documentation License
85@appendix GNU Free Documentation License
b585a9fa
EZ
86
87@include fdl.texi
88
89@node Concept Index
90@unnumbered Concept Index
91@printindex cp
92
93@node Function and Variable Index
94@unnumbered Function and Variable Index
95@printindex fn
96
97@bye
This page took 0.429498 seconds and 4 git commands to generate.