From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- upstream/archlinux/man5/texinfo.5 | 50 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 upstream/archlinux/man5/texinfo.5 (limited to 'upstream/archlinux/man5/texinfo.5') diff --git a/upstream/archlinux/man5/texinfo.5 b/upstream/archlinux/man5/texinfo.5 new file mode 100644 index 00000000..abf845ee --- /dev/null +++ b/upstream/archlinux/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). -- cgit v1.2.3