summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man5/texinfo.5
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-rawhide/man5/texinfo.5')
-rw-r--r--upstream/fedora-rawhide/man5/texinfo.550
1 files changed, 50 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man5/texinfo.5 b/upstream/fedora-rawhide/man5/texinfo.5
new file mode 100644
index 00000000..abf845ee
--- /dev/null
+++ b/upstream/fedora-rawhide/man5/texinfo.5
@@ -0,0 +1,50 @@
+.\" texinfo(5)
+.\"
+.\" Copyright 1998-2019 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.
+.\"
+.de EX
+.nf
+.ft CW
+.in +5
+..
+.de EE
+.in -5
+.ft R
+.fi
+..
+.TH TEXINFO 5 "GNU Texinfo" "FSF"
+.SH NAME
+texinfo \- software documentation system
+.SH DESCRIPTION
+Texinfo is a documentation system that uses a single source file to
+produce both online information and printed output. It is primarily
+designed for writing software manuals.
+.PP
+For a full description of the Texinfo language and associated tools,
+please see the Texinfo manual (written in Texinfo itself). Most likely,
+running this command from your shell:
+.EX
+info texinfo
+.EE
+or this key sequence from inside Emacs:
+.EX
+M-x info RET m texinfo RET
+.EE
+will get you there.
+.SH AVAILABILITY
+http://www.gnu.org/software/texinfo/
+.br
+or any GNU mirror site.
+.SH "REPORTING BUGS"
+Please send bug reports to bug-texinfo@gnu.org,
+general questions and discussion to help-texinfo@gnu.org.
+.SH "SEE ALSO"
+\fBinfo\fR(1), \fBinstall-info\fR(1), \fBmakeinfo\fR(1), \fBtexi2dvi\fR(1), \fBtexindex\fR(1).
+.br
+\fBemacs\fR(1), \fBtex\fR(1).
+.br
+\fBinfo\fR(5).