]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - readline/doc/rlman.texinfo
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / readline / doc / rlman.texinfo
CommitLineData
be9485d5
SG
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
7@setchapternewpage odd
8
5da2ccbf
EZ
9@ignore
10last change: Thu Apr 2 14:39:03 EST 1998
11@end ignore
12
13@set EDITION 2.2
14@set VERSION 2.2
15@set UPDATED 2 April 1998
16@set UPDATE-MONTH April 1998
17
18@dircategory Libraries
19@direntry
20* Readline: (readline). The GNU readline library API
21@end direntry
22
be9485d5
SG
23@ifinfo
24This document describes the GNU Readline Library, a utility which aids
25in the consistency of user interface across discrete programs that need
26to provide a command line interface.
27
5da2ccbf 28Copyright (C) 1988, 1991, 1993, 1996, 1998 Free Software Foundation, Inc.
be9485d5
SG
29
30Permission is granted to make and distribute verbatim copies of
31this manual provided the copyright notice and this permission notice
32pare preserved on all copies.
33
34@ignore
35Permission is granted to process this file through TeX and print the
36results, provided the printed document carries copying permission
37notice identical to this one except for the removal of this paragraph
38(this paragraph not being relevant to the printed manual).
39@end ignore
40
41Permission is granted to copy and distribute modified versions of this
42manual under the conditions for verbatim copying, provided that the entire
43resulting derived work is distributed under the terms of a permission
44notice identical to this one.
45
46Permission is granted to copy and distribute translations of this manual
47into another language, under the above conditions for modified versions,
48except that this permission notice may be stated in a translation approved
49by the Foundation.
50@end ifinfo
51
5da2ccbf
EZ
52@titlepage
53@title GNU Readline Library
54@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
55@subtitle @value{UPDATE-MONTH}
56@author Brian Fox, Free Software Foundation
57@author Chet Ramey, Case Western Reserve University
be9485d5
SG
58
59@page
60This document describes the GNU Readline Library, a utility which aids
61in the consistency of user interface across discrete programs that need
62to provide a command line interface.
63
64Published by the Free Software Foundation @*
65675 Massachusetts Avenue, @*
66Cambridge, MA 02139 USA
67
68Permission is granted to make and distribute verbatim copies of
69this manual provided the copyright notice and this permission notice
70are preserved on all copies.
71
72Permission is granted to copy and distribute modified versions of this
73manual under the conditions for verbatim copying, provided that the entire
74resulting derived work is distributed under the terms of a permission
75notice identical to this one.
76
77Permission is granted to copy and distribute translations of this manual
78into another language, under the above conditions for modified versions,
79except that this permission notice may be stated in a translation approved
80by the Foundation.
81
82@vskip 0pt plus 1filll
83Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
84@end titlepage
85
86@ifinfo
87@node Top
88@top GNU Readline Library
89
90This document describes the GNU Readline Library, a utility which aids
91in the consistency of user interface across discrete programs that need
92to provide a command line interface.
93
94@menu
95* Command Line Editing:: GNU Readline User's Manual.
96* Programming with GNU Readline:: GNU Readline Programmer's Manual.
97* Concept Index:: Index of concepts described in this manual.
98* Function and Variable Index:: Index of externally visible functions
99 and variables.
100@end menu
101@end ifinfo
102
103@include rluser.texinfo
104@include rltech.texinfo
105
106@node Concept Index
107@unnumbered Concept Index
108@printindex cp
109
110@node Function and Variable Index
111@unnumbered Function and Variable Index
112@printindex fn
113
114@contents
115@bye