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