1\input texinfo @c -*-texinfo-*- 2@comment %**start of header (This is for running Texinfo on a region.) 3@setfilename rluserman.info 4@settitle GNU Readline Library 5@comment %**end of header (This is for running Texinfo on a region.) 6@setchapternewpage odd 7 8@include manvers.texinfo 9 10@ifinfo 11@dircategory Libraries 12@direntry 13* RLuserman: (rluserman). The GNU readline library User's Manual. 14@end direntry 15 16This document describes the end user interface of the GNU Readline Library, 17a utility which aids in the consistency of user interface across discrete 18programs that need to provide a command line interface. 19 20Copyright (C) 1988-2002 Free Software Foundation, Inc. 21 22Permission is granted to make and distribute verbatim copies of 23this manual provided the copyright notice and this permission notice 24pare preserved on all copies. 25 26@ignore 27Permission is granted to process this file through TeX and print the 28results, provided the printed document carries copying permission 29notice identical to this one except for the removal of this paragraph 30(this paragraph not being relevant to the printed manual). 31@end ignore 32 33Permission is granted to copy and distribute modified versions of this 34manual under the conditions for verbatim copying, provided that the entire 35resulting derived work is distributed under the terms of a permission 36notice identical to this one. 37 38Permission is granted to copy and distribute translations of this manual 39into another language, under the above conditions for modified versions, 40except that this permission notice may be stated in a translation approved 41by the Free Software Foundation. 42@end ifinfo 43 44@titlepage 45@title GNU Readline Library User Interface 46@subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}. 47@subtitle @value{UPDATE-MONTH} 48@author Brian Fox, Free Software Foundation 49@author Chet Ramey, Case Western Reserve University 50 51@page 52This document describes the end user interface of the GNU Readline Library, 53a utility which aids in the consistency of user interface across discrete 54programs that need to provide a command line interface. 55 56Published by the Free Software Foundation @* 5759 Temple Place, Suite 330, @* 58Boston, MA 02111 USA 59 60Permission is granted to make and distribute verbatim copies of 61this manual provided the copyright notice and this permission notice 62are preserved on all copies. 63 64Permission is granted to copy and distribute modified versions of this 65manual under the conditions for verbatim copying, provided that the entire 66resulting derived work is distributed under the terms of a permission 67notice identical to this one. 68 69Permission is granted to copy and distribute translations of this manual 70into another language, under the above conditions for modified versions, 71except that this permission notice may be stated in a translation approved 72by the Free Software Foundation. 73 74@vskip 0pt plus 1filll 75Copyright @copyright{} 1988-2002 Free Software Foundation, Inc. 76@end titlepage 77 78@ifinfo 79@node Top 80@top GNU Readline Library 81 82This document describes the end user interface of the GNU Readline Library, 83a utility which aids in the consistency of user interface across discrete 84programs that need to provide a command line interface. 85 86@menu 87* Command Line Editing:: GNU Readline User's Manual. 88@end menu 89@end ifinfo 90 91@include rluser.texinfo 92 93@contents 94@bye 95