rluserman.texi revision 256281
172445Sassar\input texinfo    @c -*-texinfo-*-
2233294Sstas@comment %**start of header (This is for running Texinfo on a region.)
3233294Sstas@setfilename rluserman.info
4233294Sstas@settitle GNU Readline Library
572445Sassar@comment %**end of header (This is for running Texinfo on a region.)
6233294Sstas
7233294Sstas@setchapternewpage odd
8233294Sstas
972445Sassar@include version.texi
10233294Sstas
11233294Sstas@copying
1272445SassarThis manual describes the end user interface of the GNU Readline Library
13233294Sstas(version @value{VERSION}, @value{UPDATED}), a library which aids in the
14233294Sstasconsistency of user interface across discrete programs which provide
15233294Sstasa command line interface.
1672445Sassar
17233294SstasCopyright @copyright{} 1988-2006 Free Software Foundation, Inc.
18233294Sstas
19233294SstasPermission is granted to make and distribute verbatim copies of
2072445Sassarthis manual provided the copyright notice and this permission notice
21233294Sstasare preserved on all copies.
22233294Sstas
23233294Sstas@quotation
24233294SstasPermission is granted to copy, distribute and/or modify this document
25233294Sstasunder the terms of the GNU Free Documentation License, Version 1.2 or
26233294Sstasany later version published by the Free Software Foundation; with no
27233294SstasInvariant Sections, with the Front-Cover texts being ``A GNU Manual,''
28233294Sstasand with the Back-Cover Texts as in (a) below.  A copy of the license is
29233294Sstasincluded in the section entitled ``GNU Free Documentation License.''
30233294Sstas
31233294Sstas(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
3272445Sassarthis GNU Manual, like GNU software.  Copies published by the Free
3372445SassarSoftware Foundation raise funds for GNU development.''
34233294Sstas@end quotation
3572445Sassar@end copying
3672445Sassar
3772445Sassar@dircategory Libraries
3872445Sassar@direntry
39178825Sdfr* RLuserman: (rluserman).       The GNU readline library User's Manual.
40233294Sstas@end direntry
41178825Sdfr
42178825Sdfr@titlepage
43233294Sstas@title GNU Readline Library User Interface
44178825Sdfr@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
45178825Sdfr@subtitle @value{UPDATED-MONTH}
46233294Sstas@author Chet Ramey, Case Western Reserve University
47178825Sdfr@author Brian Fox, Free Software Foundation
48178825Sdfr
49233294Sstas@page
50178825Sdfr@vskip 0pt plus 1filll
51178825Sdfr@insertcopying
52233294Sstas
53178825Sdfr@sp 1
54178825SdfrPublished by the Free Software Foundation @*
55233294Sstas59 Temple Place, Suite 330, @*
56178825SdfrBoston, MA 02111-1307 @*
57178825SdfrUSA @*
58233294Sstas
59178825Sdfr@end titlepage
60178825Sdfr
61178825Sdfr@contents
6272445Sassar
63@ifnottex
64@node Top
65@top GNU Readline Library
66
67This document describes the end user interface of the GNU Readline Library,
68a utility which aids in the consistency of user interface across discrete
69programs which provide a command line interface.
70
71@menu
72* Command Line Editing::	   GNU Readline User's Manual.
73* Copying This Manual::		Copying This Manual.
74@end menu
75@end ifnottex
76
77@include rluser.texi
78
79@node Copying This Manual
80@appendix Copying This Manual
81
82@menu
83* GNU Free Documentation License::	License for copying this manual.
84@end menu
85
86@include fdl.texi
87
88@bye
89