Import readline 7.0 (patch 5)
[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
775e241e
TT
5@include version.texi
6
b585a9fa
EZ
7@comment %**end of header (This is for running Texinfo on a region.)
8@synindex vr fn
b585a9fa 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
775e241e 16Copyright @copyright{} 1988--2016 Free Software Foundation, Inc.
b585a9fa
EZ
17
18@quotation
19Permission is granted to copy, distribute and/or modify this document
cc88a640 20under the terms of the GNU Free Documentation License, Version 1.3 or
b585a9fa 21any later version published by the Free Software Foundation; with no
775e241e
TT
22Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
23A copy of the license is included in the section entitled
24``GNU Free Documentation License''.
b585a9fa 25
b585a9fa
EZ
26@end quotation
27@end copying
28
29@dircategory Libraries
30@direntry
31* Readline: (readline). The GNU readline library API.
32@end direntry
33
34@titlepage
35@title GNU Readline Library
36@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
37@subtitle @value{UPDATED-MONTH}
38@author Chet Ramey, Case Western Reserve University
39@author Brian Fox, Free Software Foundation
40
41@page
42@vskip 0pt plus 1filll
43@insertcopying
44
b585a9fa
EZ
45@end titlepage
46
47@contents
48
49@ifnottex
50@node Top
51@top GNU Readline Library
52
53This document describes the GNU Readline Library, a utility which aids
54in the consistency of user interface across discrete programs which
55provide a command line interface.
775e241e 56The Readline home page is @url{http://www.gnu.org/software/readline/}.
b585a9fa
EZ
57
58@menu
59* Command Line Editing:: GNU Readline User's Manual.
60* Programming with GNU Readline:: GNU Readline Programmer's Manual.
cc88a640 61* GNU Free Documentation License:: License for copying this manual.
b585a9fa
EZ
62* Concept Index:: Index of concepts described in this manual.
63* Function and Variable Index:: Index of externally visible functions
64 and variables.
65@end menu
66@end ifnottex
67
68@include rluser.texi
69@include rltech.texi
70
cc88a640
JK
71@node GNU Free Documentation License
72@appendix GNU Free Documentation License
b585a9fa
EZ
73
74@include fdl.texi
75
76@node Concept Index
77@unnumbered Concept Index
78@printindex cp
79
80@node Function and Variable Index
81@unnumbered Function and Variable Index
82@printindex fn
83
84@bye
This page took 0.582394 seconds and 4 git commands to generate.