GC old libarchive/bsdtar.
[dragonfly/port-amd64.git] / contrib / libreadline / doc / hist.texinfo
blob8a9c9413bc9fe0a0febd3e59d46b31a9c32801ee
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.)
7 @setchapternewpage odd
9 @include manvers.texinfo
11 @ifinfo
12 @dircategory Libraries
13 @direntry
14 * History: (history).       The GNU history library API
15 @end direntry
17 This document describes the GNU History library, a programming tool that
18 provides a consistent user interface for recalling lines of previously
19 typed input.
21 Copyright (C) 1988-1999 Free Software Foundation, Inc.
23 Permission is granted to make and distribute verbatim copies of
24 this manual provided the copyright notice and this permission notice
25 pare preserved on all copies.
27 @ignore
28 Permission is granted to process this file through TeX and print the
29 results, provided the printed document carries copying permission
30 notice identical to this one except for the removal of this paragraph
31 (this paragraph not being relevant to the printed manual).
32 @end ignore
34 Permission is granted to copy and distribute modified versions of this
35 manual under the conditions for verbatim copying, provided that the entire
36 resulting derived work is distributed under the terms of a permission
37 notice identical to this one.
39 Permission is granted to copy and distribute translations of this manual
40 into another language, under the above conditions for modified versions,
41 except that this permission notice may be stated in a translation approved
42 by the Free Software Foundation.
43 @end ifinfo
45 @titlepage
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
52 @page
53 This document describes the GNU History library, a programming tool that
54 provides a consistent user interface for recalling lines of previously
55 typed input.
57 Published by the Free Software Foundation @*
58 59 Temple Place, Suite 330, @*
59 Boston, MA 02111 USA
61 Permission is granted to make and distribute verbatim copies of
62 this manual provided the copyright notice and this permission notice
63 are preserved on all copies.
65 Permission is granted to copy and distribute modified versions of this
66 manual under the conditions for verbatim copying, provided that the entire
67 resulting derived work is distributed under the terms of a permission
68 notice identical to this one.
70 Permission is granted to copy and distribute translations of this manual
71 into another language, under the above conditions for modified versions,
72 except that this permission notice may be stated in a translation approved
73 by the Free Software Foundation.
75 @vskip 0pt plus 1filll
76 Copyright @copyright{} 1988-1999 Free Software Foundation, Inc.
77 @end titlepage
79 @ifinfo
80 @node Top
81 @top GNU History Library
83 This document describes the GNU History library, a programming tool that
84 provides a consistent user interface for recalling lines of previously
85 typed input.
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
96 @syncodeindex fn vr
98 @include hsuser.texinfo
99 @include hstech.texinfo
101 @node Concept Index
102 @appendix Concept Index
103 @printindex cp
105 @node Function and Variable Index
106 @appendix Function and Variable Index
107 @printindex vr
109 @contents
110 @bye