]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/libreadline/doc/rluserman.texi
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / libreadline / doc / rluserman.texi
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
7 @setchapternewpage odd
8
9 @include version.texi
10
11 @copying
12 This manual describes the end user interface of 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-2006 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.2 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 * RLuserman: (rluserman).       The GNU readline library User's Manual.
40 @end direntry
41
42 @titlepage
43 @title GNU Readline Library User Interface
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 end user interface of the GNU Readline Library,
68 a utility which aids in the consistency of user interface across discrete
69 programs which provide a command line interface.
70
71 @menu
72 * Command Line Editing::           GNU Readline User's Manual.
73 * Copying This Manual::         Copying This Manual.
74 @end menu
75 @end ifnottex
76
77 @include rluser.texi
78
79 @node Copying This Manual
80 @appendix Copying This Manual
81
82 @menu
83 * GNU Free Documentation License::      License for copying this manual.
84 @end menu
85
86 @include fdl.texi
87
88 @bye