Upgrade Texinfo from 4.8 to 4.13 on the vendor branch
[dragonfly.git] / contrib / texinfo / doc / texinfo.5
1 .\" texinfo(5)
2 .\" $Id: texinfo.5,v 1.3 2005/01/20 22:38:32 karl Exp $
3 .\"
4 .\" Copyright (C) 1998, 1999, 2002 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 .de EX
21 .nf
22 .ft CW
23 .in +5
24 ..
25 .de EE
26 .in -5
27 .ft R
28 .fi
29 ..
30 .TH TEXINFO 5 "GNU Texinfo" "FSF"
31 .SH NAME
32 texinfo \- software documentation system
33 .SH DESCRIPTION
34 Texinfo is a documentation system that uses a single source file to
35 produce both online information and printed output.  It is primarily
36 designed for writing software manuals.
37 .PP
38 For a full description of the Texinfo language and associated tools,
39 please see the Texinfo manual (written in Texinfo itself).  Most likely,
40 running this command from your shell:
41 .EX
42 info texinfo
43 .EE
44 or this key sequence from inside Emacs:
45 .EX
46 M-x info RET m texinfo RET
47 .EE
48 will get you there.
49 .SH AVAILABILITY
50 ftp://ftp.gnu.org/gnu/texinfo/
51 .br
52 or any GNU mirror site.
53 .SH "REPORTING BUGS"
54 Please send bug reports to bug-texinfo@gnu.org,
55 general questions and discussion to help-texinfo@gnu.org.
56 .SH "SEE ALSO"
57 info(1), install-info(1), makeinfo(1), texi2dvi(1), texindex(1).
58 .br
59 emacs(1), tex(1).
60 .br
61 info(5).