Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl2/texinfo/dist/info
Name Last modified Size Description
Parent Directory -
CVS/ 2024-02-15 03:47 -
infokey.c 2016-10-09 05:34 23K
terminal.c 2016-01-14 09:34 23K
session.c 2016-01-14 09:34 146K
nodes.c 2016-01-14 09:34 41K
info.c 2016-01-14 09:34 23K
echo-area.c 2016-01-14 09:34 44K
window.h 2016-01-14 09:11 11K
window.c 2016-01-14 09:11 44K
variables.h 2016-01-14 09:11 2.7K
variables.c 2016-01-14 09:11 8.6K
tilde.h 2016-01-14 09:11 2.2K
tilde.c 2016-01-14 09:11 9.5K
terminal.h 2016-01-14 09:11 5.0K
termdep.h 2016-01-14 09:11 1.8K
signals.h 2016-01-14 09:11 3.2K
signals.c 2016-01-14 09:11 8.3K
session.h 2016-01-14 09:11 11K
search.h 2016-01-14 09:11 3.3K
search.c 2016-01-14 09:11 14K
pcterm.c 2016-01-14 09:11 22K
nodes.h 2016-01-14 09:11 7.5K
nodemenu.c 2016-01-14 09:11 9.3K
man.h 2016-01-14 09:11 1.6K
man.c 2016-01-14 09:11 19K
makedoc.c 2016-01-14 09:11 16K
m-x.c 2016-01-14 09:11 5.8K
key.h 2016-01-14 09:11 1.2K
infomap.h 2016-01-14 09:11 2.6K
infomap.c 2016-01-14 09:11 62K
infokey.h 2016-01-14 09:11 3.4K
infodoc.c 2016-01-14 09:11 37K
info.h 2016-01-14 09:11 5.7K
info-utils.h 2016-01-14 09:11 5.8K
info-utils.c 2016-01-14 09:11 19K
indices.h 2016-01-14 09:11 2.0K
indices.c 2016-01-14 09:11 21K
gc.h 2016-01-14 09:11 1.5K
gc.c 2016-01-14 09:11 3.0K
footnotes.h 2016-01-14 09:11 1.7K
footnotes.c 2016-01-14 09:11 8.2K
filesys.h 2016-01-14 09:11 4.1K
filesys.c 2016-01-14 09:11 19K
echo-area.h 2016-01-14 09:11 4.2K
dribble.h 2016-01-14 09:11 1.6K
dribble.c 2016-01-14 09:11 2.2K
doc.h 2016-01-14 09:11 3.9K
display.h 2016-01-14 09:11 3.1K
display.c 2016-01-14 09:11 20K
dir.c 2016-01-14 09:11 9.1K
README 2016-01-14 09:11 1.3K
Makefile.in 2016-01-14 09:11 21K
Makefile.am 2016-01-14 09:11 3.0K
Id: README,v 1.3 2004/04/11 17:56:45 karl Exp
texinfo/info/README
Copyright (C) 2002 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
Info 2.0 is a complete rewrite of the original standalone Info I wrote in
1987, the first program I wrote for rms. That program was something like
my second Unix program ever, and my die-hard machine language coding habits
tended to show through. I found the original Info hard to read and
maintain, and thus decided to write this one.
The rewrite consists of about 12,000 lines of code written in about 12
days. I believe this version of Info to be in much better shape than the
original Info.
Info 2.0 is substantially different from its original standalone
predecessor. It appears almost identical to the GNU Emacs version, but has
the advantages of smaller size, ease of portability, and a built in library
which can be used in other programs (to get or display documentation from
Info files, for example).
A full listing of the commands available in Info can be gotten by typing
`?' while within an Info window. This produces a node in a window which
can be viewed just like any Info node.
--Brian Fox <bfox@gnu.org>