summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man5/info.5
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man5/info.5')
-rw-r--r--upstream/opensuse-tumbleweed/man5/info.559
1 files changed, 59 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man5/info.5 b/upstream/opensuse-tumbleweed/man5/info.5
new file mode 100644
index 00000000..7e01885f
--- /dev/null
+++ b/upstream/opensuse-tumbleweed/man5/info.5
@@ -0,0 +1,59 @@
+.\" info(5)
+.\"
+.\" Copyright 1998, 2005, 2011, 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 INFO 5 "GNU Info" "FSF"
+.SH NAME
+info \- readable online documentation
+.SH DESCRIPTION
+The Info file format is an easily-parsable representation for online
+documents. It can be read by
+.B emacs\fR(1)
+and
+.B info\fR(1)
+among other programs.
+.PP
+Info files are usually created from
+.B texinfo\fR(5)
+sources by
+.B makeinfo\fR(1) ,
+but can be created from scratch if so desired.
+.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/
+.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),
+.br
+\fBtexindex\fR(1).
+.br
+\fBemacs\fR(1), \fBtex\fR(1).
+.br
+\fBtexinfo\fR(5).