File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / readline / doc / rluserman.texi
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 01:01:01 2021 UTC (3 years, 3 months ago) by misho
Branches: readline, MAIN
CVS tags: v8_2p0, v8_1p0, HEAD
readline 8.1

    1: \input texinfo    @c -*-texinfo-*-
    2: @comment %**start of header (This is for running Texinfo on a region.)
    3: @setfilename rluserman.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: 
    9: @copying
   10: This manual describes the end user interface of the GNU Readline Library
   11: (version @value{VERSION}, @value{UPDATED}), a library which aids in the
   12: consistency of user interface across discrete programs which provide
   13: a command line interface.
   14: 
   15: Copyright @copyright{} 1988--2020 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: * RLuserman: (rluserman).       The GNU readline library User's Manual.
   31: @end direntry
   32: 
   33: @titlepage
   34: @title GNU Readline Library User Interface
   35: @subtitle Edition @value{EDITION}, for @code{Readline 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: @vskip 0pt plus 1filll
   42: @insertcopying
   43: 
   44: @end titlepage
   45: 
   46: @contents
   47: 
   48: @ifnottex
   49: @node Top
   50: @top GNU Readline Library
   51: 
   52: This document describes the end user interface of the GNU Readline Library,
   53: a utility which aids in the consistency of user interface across discrete
   54: programs which provide a command line interface.
   55: The Readline home page is @url{http://www.gnu.org/software/readline/}.
   56: 
   57: @menu
   58: * Command Line Editing::	   GNU Readline User's Manual.
   59: * GNU Free Documentation License::	License for copying this manual.
   60: @end menu
   61: @end ifnottex
   62: 
   63: @include rluser.texi
   64: 
   65: @node GNU Free Documentation License
   66: @appendix GNU Free Documentation License
   67: 
   68: @include fdl.texi
   69: 
   70: @bye

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