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