File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / readline / doc / rlman.texi
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jul 30 08:16:45 2014 UTC (9 years, 11 months ago) by misho
Branches: readline, MAIN
CVS tags: v6_3p10_cross, v6_3p10, v6_3, p6, HEAD
readline 6.3

    1: \input texinfo    @c -*-texinfo-*-
    2: @comment %**start of header (This is for running Texinfo on a region.)
    3: @setfilename readline.info
    4: @settitle GNU Readline Library
    5: @include version.texi
    6: 
    7: @comment %**end of header (This is for running Texinfo on a region.)
    8: @synindex vr fn
    9: 
   10: @copying
   11: This manual describes the GNU Readline Library
   12: (version @value{VERSION}, @value{UPDATED}), a library which aids in the
   13: consistency of user interface across discrete programs which provide
   14: a command line interface.
   15: 
   16: Copyright @copyright{} 1988--2014 Free Software Foundation, Inc.
   17: 
   18: @quotation
   19: Permission is granted to copy, distribute and/or modify this document
   20: under the terms of the GNU Free Documentation License, Version 1.3 or
   21: any later version published by the Free Software Foundation; with no
   22: Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
   23: A copy of the license is included in the section entitled
   24: ``GNU Free Documentation License''.
   25: 
   26: @end quotation
   27: @end copying
   28: 
   29: @dircategory Libraries
   30: @direntry
   31: * Readline: (readline).       The GNU readline library API.
   32: @end direntry
   33: 
   34: @titlepage  
   35: @title GNU Readline Library
   36: @subtitle Edition @value{EDITION}, for @code{Readline Library} Version @value{VERSION}.
   37: @subtitle @value{UPDATED-MONTH}
   38: @author Chet Ramey, Case Western Reserve University
   39: @author Brian Fox, Free Software Foundation
   40: 
   41: @page
   42: @vskip 0pt plus 1filll
   43: @insertcopying
   44: 
   45: @end titlepage
   46: 
   47: @contents
   48: 
   49: @ifnottex
   50: @node Top
   51: @top GNU Readline Library
   52: 
   53: This document describes the GNU Readline Library, a utility which aids
   54: in the consistency of user interface across discrete programs which
   55: provide a command line interface.
   56: The Readline home page is @url{http://www.gnu.org/software/readline/}.
   57: 
   58: @menu
   59: * Command Line Editing::	   GNU Readline User's Manual.
   60: * Programming with GNU Readline::  GNU Readline Programmer's Manual.
   61: * GNU Free Documentation License::	License for copying this manual.
   62: * Concept Index::		   Index of concepts described in this manual.
   63: * Function and Variable Index::	   Index of externally visible functions
   64: 				   and variables.
   65: @end menu
   66: @end ifnottex
   67: 
   68: @include rluser.texi
   69: @include rltech.texi
   70: 
   71: @node GNU Free Documentation License
   72: @appendix GNU Free Documentation License
   73: 
   74: @include fdl.texi
   75: 
   76: @node Concept Index
   77: @unnumbered Concept Index
   78: @printindex cp
   79: 
   80: @node Function and Variable Index
   81: @unnumbered Function and Variable Index
   82: @printindex fn
   83: 
   84: @bye

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>