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