Add some files that seem to have slipped during the conversion from
[dragonfly.git] / contrib / readline-5.0 / doc / rlman.texi
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 version.texi
10
11 @copying
12 This manual describes the GNU Readline Library
13 (version @value{VERSION}, @value{UPDATED}), a library which aids in the
14 consistency of user interface across discrete programs which provide
15 a command line interface.
16
17 Copyright @copyright{} 1988-2004 Free Software Foundation, Inc.
18
19 Permission is granted to make and distribute verbatim copies of
20 this manual provided the copyright notice and this permission notice
21 are preserved on all copies.
22
23 @quotation
24 Permission is granted to copy, distribute and/or modify this document
25 under the terms of the GNU Free Documentation License, Version 1.1 or
26 any later version published by the Free Software Foundation; with no
27 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
28 and with the Back-Cover Texts as in (a) below.  A copy of the license is
29 included in the section entitled ``GNU Free Documentation License.''
30
31 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
32 this GNU Manual, like GNU software.  Copies published by the Free
33 Software Foundation raise funds for GNU development.''
34 @end quotation
35 @end copying
36
37 @dircategory Libraries
38 @direntry
39 * Readline: (readline).       The GNU readline library API.
40 @end direntry
41
42 @titlepage  
43 @title GNU Readline Library
44 @subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
45 @subtitle @value{UPDATED-MONTH}
46 @author Chet Ramey, Case Western Reserve University
47 @author Brian Fox, Free Software Foundation
48
49 @page
50 @vskip 0pt plus 1filll
51 @insertcopying
52
53 @sp 1
54 Published by the Free Software Foundation @*
55 59 Temple Place, Suite 330, @*
56 Boston, MA 02111-1307 @*
57 USA @*
58
59 @end titlepage
60
61 @contents
62
63 @ifnottex
64 @node Top
65 @top GNU Readline Library
66
67 This document describes the GNU Readline Library, a utility which aids
68 in the consistency of user interface across discrete programs which
69 provide a command line interface.
70
71 @menu
72 * Command Line Editing::           GNU Readline User's Manual.
73 * Programming with GNU Readline::  GNU Readline Programmer's Manual.
74 * Copying This Manual::            Copying this manual.
75 * Concept Index::                  Index of concepts described in this manual.
76 * Function and Variable Index::    Index of externally visible functions
77                                    and variables.
78 @end menu
79 @end ifnottex
80
81 @include rluser.texi
82 @include rltech.texi
83
84 @node Copying This Manual
85 @appendix Copying This Manual
86
87 @menu
88 * GNU Free Documentation License::      License for copying this manual.
89 @end menu
90
91 @include fdl.texi
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 @bye