]> git.ipfire.org Git - thirdparty/bash.git/blame - lib/readline/doc/hist.texinfo
Imported from ../bash-2.05b.tar.gz.
[thirdparty/bash.git] / lib / readline / doc / hist.texinfo
CommitLineData
726f6388
JA
1\input texinfo @c -*-texinfo-*-
2@c %**start of header (This is for running Texinfo on a region.)
3@setfilename history.info
4@settitle GNU History Library
5@c %**end of header (This is for running Texinfo on a region.)
6
7@setchapternewpage odd
8
b72432fd 9@include manvers.texinfo
cce855bc 10
b72432fd 11@ifinfo
cce855bc
JA
12@dircategory Libraries
13@direntry
14* History: (history). The GNU history library API
15@end direntry
726f6388 16
726f6388
JA
17This document describes the GNU History library, a programming tool that
18provides a consistent user interface for recalling lines of previously
19typed input.
20
7117c2d2 21Copyright (C) 1988-2002 Free Software Foundation, Inc.
726f6388
JA
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
b72432fd 42by the Free Software Foundation.
726f6388
JA
43@end ifinfo
44
45@titlepage
726f6388
JA
46@title GNU History Library
47@subtitle Edition @value{EDITION}, for @code{History 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 History library, a programming tool that
54provides a consistent user interface for recalling lines of previously
55typed input.
56
57Published by the Free Software Foundation @*
bb70624e
JA
5859 Temple Place, Suite 330, @*
59Boston, MA 02111 USA
726f6388
JA
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
b72432fd 73by the Free Software Foundation.
726f6388
JA
74
75@vskip 0pt plus 1filll
7117c2d2 76Copyright @copyright{} 1988-2002 Free Software Foundation, Inc.
726f6388
JA
77@end titlepage
78
79@ifinfo
80@node Top
81@top GNU History Library
82
83This document describes the GNU History library, a programming tool that
84provides a consistent user interface for recalling lines of previously
85typed input.
86
87@menu
88* Using History Interactively:: GNU History User's Manual.
89* Programming with GNU History:: GNU History 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@syncodeindex fn vr
97
98@include hsuser.texinfo
99@include hstech.texinfo
100
101@node Concept Index
102@appendix Concept Index
103@printindex cp
104
105@node Function and Variable Index
106@appendix Function and Variable Index
107@printindex vr
108
109@contents
110@bye