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