Imported from ../bash-4.0-rc1.tar.gz.
[platform/upstream/bash.git] / lib / readline / doc / rlman.texi
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
8 @include version.texi
9
10 @copying
11 This manual describes the GNU Readline Library
12 (version @value{VERSION}, @value{UPDATED}), a library which aids in the
13 consistency of user interface across discrete programs which provide
14 a command line interface.
15
16 Copyright @copyright{} 1988--2009 Free Software Foundation, Inc.
17
18 Permission is granted to make and distribute verbatim copies of
19 this manual provided the copyright notice and this permission notice
20 are preserved on all copies.
21
22 @quotation
23 Permission is granted to copy, distribute and/or modify this document
24 under the terms of the GNU Free Documentation License, Version 1.2 or
25 any later version published by the Free Software Foundation; with no
26 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
27 and with the Back-Cover Texts as in (a) below.  A copy of the license is
28 included 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
31 this GNU manual.  Buying copies from GNU Press supports the FSF in
32 developing GNU and promoting software freedom.''
33
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
53 @sp 1
54 Published by the Free Software Foundation @*
55 59 Temple Place, Suite 330, @*
56 Boston, MA 02111-1307 @*
57 USA @*
58
59 @end titlepage
60
61 @contents
62
63 @ifnottex
64 @node Top
65 @top GNU Readline Library
66
67 This document describes the GNU Readline Library, a utility which aids
68 in the consistency of user interface across discrete programs which
69 provide 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.
74 * GNU Free Documentation License::      License for copying this manual.
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
84 @node GNU Free Documentation License
85 @appendix GNU Free Documentation License
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