dd6478af5a2831ecad1201f428da85f94c795211
[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 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
23 @ifinfo
24 This document describes the GNU Readline Library, a utility which aids
25 in the consistency of user interface across discrete programs that need
26 to provide a command line interface.
27
28 Copyright (C) 1988, 1991, 1993, 1996, 1998 Free Software Foundation, Inc.
29
30 Permission is granted to make and distribute verbatim copies of
31 this manual provided the copyright notice and this permission notice
32 pare preserved on all copies.
33
34 @ignore
35 Permission is granted to process this file through TeX and print the
36 results, provided the printed document carries copying permission
37 notice 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
41 Permission is granted to copy and distribute modified versions of this
42 manual under the conditions for verbatim copying, provided that the entire
43 resulting derived work is distributed under the terms of a permission
44 notice identical to this one.
45
46 Permission is granted to copy and distribute translations of this manual
47 into another language, under the above conditions for modified versions,
48 except that this permission notice may be stated in a translation approved
49 by the Foundation.
50 @end ifinfo
51
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
58
59 @page
60 This document describes the GNU Readline Library, a utility which aids
61 in the consistency of user interface across discrete programs that need
62 to provide a command line interface.
63
64 Published by the Free Software Foundation @*
65 675 Massachusetts Avenue, @*
66 Cambridge, MA 02139 USA
67
68 Permission is granted to make and distribute verbatim copies of
69 this manual provided the copyright notice and this permission notice
70 are preserved on all copies.
71
72 Permission is granted to copy and distribute modified versions of this
73 manual under the conditions for verbatim copying, provided that the entire
74 resulting derived work is distributed under the terms of a permission
75 notice identical to this one.
76
77 Permission is granted to copy and distribute translations of this manual
78 into another language, under the above conditions for modified versions,
79 except that this permission notice may be stated in a translation approved
80 by the Foundation.
81
82 @vskip 0pt plus 1filll
83 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
84 @end titlepage
85
86 @ifinfo
87 @node Top
88 @top GNU Readline Library
89
90 This document describes the GNU Readline Library, a utility which aids
91 in the consistency of user interface across discrete programs that need
92 to 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