Imported from ../bash-1.14.7.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 Jul 21 16:02:40 EDT 1994
11 @end ignore
12
13 @set EDITION 2.0
14 @set VERSION 2.0
15 @set UPDATED 21 July 1994
16 @set UPDATE-MONTH July 1994
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 @sp 10
49 @title GNU Readline Library
50 @subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
51 @subtitle @value{UPDATE-MONTH}
52 @author Brian Fox, Free Software Foundation
53 @author Chet Ramey, Case Western Reserve University
54
55 @page
56 This document describes the GNU Readline Library, a utility which aids
57 in the consistency of user interface across discrete programs that need
58 to provide a command line interface.
59
60 Published by the Free Software Foundation @*
61 675 Massachusetts Avenue, @*
62 Cambridge, MA 02139 USA
63
64 Permission is granted to make and distribute verbatim copies of
65 this manual provided the copyright notice and this permission notice
66 are preserved on all copies.
67
68 Permission is granted to copy and distribute modified versions of this
69 manual under the conditions for verbatim copying, provided that the entire
70 resulting derived work is distributed under the terms of a permission
71 notice identical to this one.
72
73 Permission is granted to copy and distribute translations of this manual
74 into another language, under the above conditions for modified versions,
75 except that this permission notice may be stated in a translation approved
76 by the Foundation.
77
78 @vskip 0pt plus 1filll
79 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
80 @end titlepage
81
82 @ifinfo
83 @node Top
84 @top GNU Readline Library
85
86 This document describes the GNU Readline Library, a utility which aids
87 in the consistency of user interface across discrete programs that need
88 to provide a command line interface.
89
90 @menu
91 * Command Line Editing::           GNU Readline User's Manual.
92 * Programming with GNU Readline::  GNU Readline Programmer's Manual.
93 * Concept Index::                  Index of concepts described in this manual.
94 * Function and Variable Index::    Index of externally visible functions
95                                    and variables.
96 @end menu
97 @end ifinfo
98
99 @include rluser.texinfo
100 @include rltech.texinfo
101
102 @node Concept Index
103 @unnumbered Concept Index
104 @printindex cp
105
106 @node Function and Variable Index
107 @unnumbered Function and Variable Index
108 @printindex fn
109
110 @contents
111 @bye