1 | .\" info(5)
|
---|
2 | .\" $Id: info.5,v 1.2 2004/04/11 17:56:45 karl Exp $
|
---|
3 | .\"
|
---|
4 | .\" Copyright (C) 1998 Free Software Foundation, Inc.
|
---|
5 | .\"
|
---|
6 | .\" Permission is granted to make and distribute verbatim copies of this
|
---|
7 | .\" manual provided the copyright notice and this permission notice are
|
---|
8 | .\" preserved on all copies.
|
---|
9 | .\"
|
---|
10 | .\" Permission is granted to copy and distribute modified versions of
|
---|
11 | .\" this manual under the conditions for verbatim copying, provided that
|
---|
12 | .\" the entire resulting derived work is distributed under the terms of a
|
---|
13 | .\" permission notice identical to this one.
|
---|
14 | .\"
|
---|
15 | .\" Permission is granted to copy and distribute translations of this
|
---|
16 | .\" manual into another language, under the above conditions for modified
|
---|
17 | .\" versions, except that this permission notice may be stated in a
|
---|
18 | .\" translation approved by the Foundation.
|
---|
19 | .\"
|
---|
20 | .TH INFO 5 "GNU Info" "FSF"
|
---|
21 | .SH NAME
|
---|
22 | info \- readable online documentation
|
---|
23 | .SH DESCRIPTION
|
---|
24 | The Info file format is an easily-parsable representation for online
|
---|
25 | documents. It can be read by
|
---|
26 | .I emacs(1)
|
---|
27 | and
|
---|
28 | .I info(1)
|
---|
29 | among other programs.
|
---|
30 | .PP
|
---|
31 | Info files are usually created from
|
---|
32 | .I texinfo(5)
|
---|
33 | sources by
|
---|
34 | .IR makeinfo(1) ,
|
---|
35 | but can be created from scratch if so desired.
|
---|
36 | .PP
|
---|
37 | For a full description of the Texinfo language and associated tools,
|
---|
38 | please see the Texinfo manual (written in Texinfo itself). Most likely,
|
---|
39 | running this command from your shell:
|
---|
40 | .RS
|
---|
41 | .I info texinfo
|
---|
42 | .RE
|
---|
43 | or this key sequence from inside Emacs:
|
---|
44 | .RS
|
---|
45 | .I M-x info RET m texinfo RET
|
---|
46 | .RE
|
---|
47 | will get you there.
|
---|
48 | .SH AVAILABILITY
|
---|
49 | ftp://ftp.gnu.org/pub/gnu/texinfo-<version>.tar.gz
|
---|
50 | .br
|
---|
51 | or any GNU mirror site.
|
---|
52 | .SH "REPORTING BUGS"
|
---|
53 | Please send bug reports to bug-texinfo@gnu.org,
|
---|
54 | general questions and discussion to help-texinfo@gnu.org.
|
---|
55 | .SH "SEE ALSO"
|
---|
56 | info(1), install-info(1), makeinfo(1), texi2dvi(1),
|
---|
57 | .br
|
---|
58 | texindex(1).
|
---|
59 | .br
|
---|
60 | emacs(1), tex(1).
|
---|
61 | .br
|
---|
62 | texinfo(5).
|
---|