* rldefs.h: On Linux, include <termios.h> to fix compile error
[deliverable/binutils-gdb.git] / readline / doc / hist.texinfo
CommitLineData
be9485d5
SG
1\input texinfo @c -*-texinfo-*-
2@comment %**start of header (This is for running Texinfo on a region.)
3@setfilename history.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@ifinfo
10This document describes the GNU History library, a programming tool that
11provides a consistent user interface for recalling lines of previously
12typed input.
13
14Copyright (C) 1988, 1991 Free Software Foundation, Inc.
15
16Permission is granted to make and distribute verbatim copies of
17this manual provided the copyright notice and this permission notice
18pare preserved on all copies.
19
20@ignore
21Permission is granted to process this file through TeX and print the
22results, provided the printed document carries copying permission
23notice identical to this one except for the removal of this paragraph
24(this paragraph not being relevant to the printed manual).
25@end ignore
26
27Permission is granted to copy and distribute modified versions of this
28manual under the conditions for verbatim copying, provided that the entire
29resulting derived work is distributed under the terms of a permission
30notice identical to this one.
31
32Permission is granted to copy and distribute translations of this manual
33into another language, under the above conditions for modified versions,
34except that this permission notice may be stated in a translation approved
35by the Foundation.
36@end ifinfo
37
38@titlepage
39@sp 10
40@center @titlefont{GNU History Library}
41@center Brian Fox
42@center Free Software Foundation
43@center Version 1.1
44@center April 1991
45
46@c Include the Distribution inside the titlepage environment so
47@c that headings are turned off.
48
49@page
50
51This document describes the GNU History library, a programming tool that
52provides a consistent user interface for recalling lines of previously
53typed input.
54
55Published by the Free Software Foundation @*
56675 Massachusetts Avenue, @*
57Cambridge, MA 02139 USA
58
59Permission is granted to make and distribute verbatim copies of
60this manual provided the copyright notice and this permission notice
61are preserved on all copies.
62
63Permission is granted to copy and distribute modified versions of this
64manual under the conditions for verbatim copying, provided that the entire
65resulting derived work is distributed under the terms of a permission
66notice identical to this one.
67
68Permission is granted to copy and distribute translations of this manual
69into another language, under the above conditions for modified versions,
70except that this permission notice may be stated in a translation approved
71by the Foundation.
72
73@vskip 0pt plus 1filll
74Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
75@end titlepage
76
77@ifinfo
78@node Top
79@top GNU History Library
80
81This document describes the GNU History library, a programming tool that
82provides a consistent user interface for recalling lines of previously
83typed input.
84
85@menu
86* Using History Interactively:: GNU History User's Manual.
87* Programming with GNU History:: GNU History Programmer's Manual.
88* Concept Index:: Index of concepts described in this manual.
89* Function and Variable Index:: Index of externally visible functions
90 and variables.
91@end menu
92@end ifinfo
93
94@include hsuser.texinfo
95@include hstech.texinfo
96
97@node Concept Index
98@appendix Concept Index
99@printindex cp
100
101@node Function and Variable Index
102@appendix Function and Variable Index
103@printindex vr
104@contents
105
106@bye
This page took 0.180299 seconds and 4 git commands to generate.