~ubuntu-branches/ubuntu/trusty/bash/trusty-security

« back to all changes in this revision

Viewing changes to lib/readline/doc/history.texi

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-03-03 22:52:05 UTC
  • mfrom: (1.3.5) (2.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20140303225205-87ltrt5kspeq0g1b
Tags: 4.3-1ubuntu1
* Merge with Debian; remaining changes:
  - skel.bashrc:
    - Run lesspipe.
    - Enable ls aliases.
    - Set options in ll alias to -alF.
    - Define an alert alias.
    - Enabled colored grep aliases.
  - etc.bash.bashrc:
    - Add sudo hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
@include version.texi
 
6
 
 
7
@c %**end of header (This is for running Texinfo on a region.)
 
8
 
 
9
@copying
 
10
This document describes the GNU History library
 
11
(version @value{VERSION}, @value{UPDATED}),
 
12
a programming tool that provides a consistent user interface for
 
13
recalling lines of previously typed input.
 
14
 
 
15
Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
 
16
 
 
17
@quotation
 
18
Permission is granted to copy, distribute and/or modify this document
 
19
under the terms of the GNU Free Documentation License, Version 1.3 or
 
20
any later version published by the Free Software Foundation; with no
 
21
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
 
22
A copy of the license is included in the section entitled
 
23
``GNU Free Documentation License''.
 
24
 
 
25
@end quotation
 
26
@end copying
 
27
 
 
28
@dircategory Libraries
 
29
@direntry
 
30
* History: (history).       The GNU history library API.
 
31
@end direntry
 
32
 
 
33
@titlepage
 
34
@title GNU History Library
 
35
@subtitle Edition @value{EDITION}, for @code{History Library} Version @value{VERSION}.
 
36
@subtitle @value{UPDATED-MONTH}
 
37
@author Chet Ramey, Case Western Reserve University
 
38
@author Brian Fox, Free Software Foundation
 
39
 
 
40
@page
 
41
 
 
42
@vskip 0pt plus 1filll
 
43
@insertcopying
 
44
 
 
45
@end titlepage
 
46
 
 
47
@contents
 
48
 
 
49
@ifnottex
 
50
@node Top
 
51
@top GNU History Library
 
52
 
 
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.
 
56
 
 
57
@menu
 
58
* Using History Interactively::   GNU History User's Manual.
 
59
* Programming with GNU History::  GNU History Programmer's Manual.
 
60
* GNU Free Documentation License::      License for copying this manual.
 
61
* Concept Index::                 Index of concepts described in this manual.
 
62
* Function and Variable Index::   Index of externally visible functions
 
63
                                  and variables.
 
64
@end menu
 
65
@end ifnottex
 
66
 
 
67
@syncodeindex fn vr
 
68
 
 
69
@include hsuser.texi
 
70
@include hstech.texi
 
71
 
 
72
@node GNU Free Documentation License
 
73
@appendix GNU Free Documentation License
 
74
 
 
75
@include fdl.texi
 
76
 
 
77
@node Concept Index
 
78
@appendix Concept Index
 
79
@printindex cp
 
80
 
 
81
@node Function and Variable Index
 
82
@appendix Function and Variable Index
 
83
@printindex vr
 
84
 
 
85
@bye