]>
Commit | Line | Data |
---|---|---|
bb70624e JA |
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 | |
28ef6c31 | 13 | * RLuserman: (rluserman). The GNU readline library User's Manual. |
bb70624e JA |
14 | @end direntry |
15 | ||
16 | This document describes the end user interface of the GNU Readline Library, | |
17 | a utility which aids in the consistency of user interface across discrete | |
18 | programs that need to provide a command line interface. | |
19 | ||
28ef6c31 | 20 | Copyright (C) 1988-2001 Free Software Foundation, Inc. |
bb70624e JA |
21 | |
22 | Permission is granted to make and distribute verbatim copies of | |
23 | this manual provided the copyright notice and this permission notice | |
24 | pare preserved on all copies. | |
25 | ||
26 | @ignore | |
27 | Permission is granted to process this file through TeX and print the | |
28 | results, provided the printed document carries copying permission | |
29 | notice 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 | ||
33 | Permission is granted to copy and distribute modified versions of this | |
34 | manual under the conditions for verbatim copying, provided that the entire | |
35 | resulting derived work is distributed under the terms of a permission | |
36 | notice identical to this one. | |
37 | ||
38 | Permission is granted to copy and distribute translations of this manual | |
39 | into another language, under the above conditions for modified versions, | |
40 | except that this permission notice may be stated in a translation approved | |
41 | by 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 | |
52 | This document describes the end user interface of the GNU Readline Library, | |
53 | a utility which aids in the consistency of user interface across discrete | |
54 | programs that need to provide a command line interface. | |
55 | ||
56 | Published by the Free Software Foundation @* | |
57 | 59 Temple Place, Suite 330, @* | |
58 | Boston, MA 02111 USA | |
59 | ||
60 | Permission is granted to make and distribute verbatim copies of | |
61 | this manual provided the copyright notice and this permission notice | |
62 | are preserved on all copies. | |
63 | ||
64 | Permission is granted to copy and distribute modified versions of this | |
65 | manual under the conditions for verbatim copying, provided that the entire | |
66 | resulting derived work is distributed under the terms of a permission | |
67 | notice identical to this one. | |
68 | ||
69 | Permission is granted to copy and distribute translations of this manual | |
70 | into another language, under the above conditions for modified versions, | |
71 | except that this permission notice may be stated in a translation approved | |
72 | by the Free Software Foundation. | |
73 | ||
74 | @vskip 0pt plus 1filll | |
28ef6c31 | 75 | Copyright @copyright{} 1988-2001 Free Software Foundation, Inc. |
bb70624e JA |
76 | @end titlepage |
77 | ||
78 | @ifinfo | |
79 | @node Top | |
80 | @top GNU Readline Library | |
81 | ||
82 | This document describes the end user interface of the GNU Readline Library, | |
83 | a utility which aids in the consistency of user interface across discrete | |
84 | programs 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 |