1136644Sache\input texinfo    @c -*-texinfo-*-
2136644Sache@comment %**start of header (This is for running Texinfo on a region.)
3136644Sache@setfilename rluserman.info
4136644Sache@settitle GNU Readline Library
5136644Sache@comment %**end of header (This is for running Texinfo on a region.)
6136644Sache
7136644Sache@setchapternewpage odd
8136644Sache
9136644Sache@include version.texi
10136644Sache
11136644Sache@copying
12136644SacheThis manual describes the end user interface of the GNU Readline Library
13136644Sache(version @value{VERSION}, @value{UPDATED}), a library which aids in the
14136644Sacheconsistency of user interface across discrete programs which provide
15136644Sachea command line interface.
16136644Sache
17165670SacheCopyright @copyright{} 1988-2006 Free Software Foundation, Inc.
18136644Sache
19136644SachePermission is granted to make and distribute verbatim copies of
20136644Sachethis manual provided the copyright notice and this permission notice
21136644Sacheare preserved on all copies.
22136644Sache
23136644Sache@quotation
24136644SachePermission is granted to copy, distribute and/or modify this document
25165670Sacheunder the terms of the GNU Free Documentation License, Version 1.2 or
26136644Sacheany later version published by the Free Software Foundation; with no
27136644SacheInvariant Sections, with the Front-Cover texts being ``A GNU Manual,''
28136644Sacheand with the Back-Cover Texts as in (a) below.  A copy of the license is
29136644Sacheincluded in the section entitled ``GNU Free Documentation License.''
30136644Sache
31136644Sache(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
32136644Sachethis GNU Manual, like GNU software.  Copies published by the Free
33136644SacheSoftware Foundation raise funds for GNU development.''
34136644Sache@end quotation
35136644Sache@end copying
36136644Sache
37136644Sache@dircategory Libraries
38136644Sache@direntry
39136644Sache* RLuserman: (rluserman).       The GNU readline library User's Manual.
40136644Sache@end direntry
41136644Sache
42136644Sache@titlepage
43136644Sache@title GNU Readline Library User Interface
44136644Sache@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
45136644Sache@subtitle @value{UPDATED-MONTH}
46136644Sache@author Chet Ramey, Case Western Reserve University
47136644Sache@author Brian Fox, Free Software Foundation
48136644Sache
49136644Sache@page
50136644Sache@vskip 0pt plus 1filll
51136644Sache@insertcopying
52136644Sache
53136644Sache@sp 1
54136644SachePublished by the Free Software Foundation @*
55136644Sache59 Temple Place, Suite 330, @*
56136644SacheBoston, MA 02111-1307 @*
57136644SacheUSA @*
58136644Sache
59136644Sache@end titlepage
60136644Sache
61136644Sache@contents
62136644Sache
63136644Sache@ifnottex
64136644Sache@node Top
65136644Sache@top GNU Readline Library
66136644Sache
67136644SacheThis document describes the end user interface of the GNU Readline Library,
68136644Sachea utility which aids in the consistency of user interface across discrete
69136644Sacheprograms which provide a command line interface.
70136644Sache
71136644Sache@menu
72136644Sache* Command Line Editing::	   GNU Readline User's Manual.
73136644Sache* Copying This Manual::		Copying This Manual.
74136644Sache@end menu
75136644Sache@end ifnottex
76136644Sache
77136644Sache@include rluser.texi
78136644Sache
79136644Sache@node Copying This Manual
80136644Sache@appendix Copying This Manual
81136644Sache
82136644Sache@menu
83136644Sache* GNU Free Documentation License::	License for copying this manual.
84136644Sache@end menu
85136644Sache
86136644Sache@include fdl.texi
87136644Sache
88136644Sache@bye
89