regenerate fr30-opc.c
[deliverable/binutils-gdb.git] / readline / doc / rlman.texinfo
CommitLineData
be9485d5
SG
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
10This document describes the GNU Readline Library, a utility which aids
11in the consistency of user interface across discrete programs that need
12to provide a command line interface.
13
14Copyright (C) 1988, 1991 Free Software Foundation, Inc.
15
16Permission is granted to make and distribute verbatim copies of
17this manual provided the copyright notice and this permission notice
18pare preserved on all copies.
19
20@ignore
21Permission is granted to process this file through TeX and print the
22results, provided the printed document carries copying permission
23notice 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
27Permission is granted to copy and distribute modified versions of this
28manual under the conditions for verbatim copying, provided that the entire
29resulting derived work is distributed under the terms of a permission
30notice identical to this one.
31
32Permission is granted to copy and distribute translations of this manual
33into another language, under the above conditions for modified versions,
34except that this permission notice may be stated in a translation approved
35by 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
47This document describes the GNU Readline Library, a utility which aids
48in the consistency of user interface across discrete programs that need
49to provide a command line interface.
50
51Published by the Free Software Foundation @*
52675 Massachusetts Avenue, @*
53Cambridge, MA 02139 USA
54
55Permission is granted to make and distribute verbatim copies of
56this manual provided the copyright notice and this permission notice
57are preserved on all copies.
58
59Permission is granted to copy and distribute modified versions of this
60manual under the conditions for verbatim copying, provided that the entire
61resulting derived work is distributed under the terms of a permission
62notice identical to this one.
63
64Permission is granted to copy and distribute translations of this manual
65into another language, under the above conditions for modified versions,
66except that this permission notice may be stated in a translation approved
67by the Foundation.
68
69@vskip 0pt plus 1filll
70Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
71@end titlepage
72
73@ifinfo
74@node Top
75@top GNU Readline Library
76
77This document describes the GNU Readline Library, a utility which aids
78in the consistency of user interface across discrete programs that need
79to 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
This page took 0.218812 seconds and 4 git commands to generate.