[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * man/info.5, man/texinfo.5: format man page name
From: |
Patrice Dumas |
Subject: |
branch master updated: * man/info.5, man/texinfo.5: format man page name in Bold and man section in Roman. Report by Helge Kreutzmann. |
Date: |
Wed, 09 Feb 2022 09:30:40 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 5605c12a99 * man/info.5, man/texinfo.5: format man page name in Bold
and man section in Roman. Report by Helge Kreutzmann.
5605c12a99 is described below
commit 5605c12a99493289acb39938f029a2db1cebc5bd
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Feb 9 15:30:26 2022 +0100
* man/info.5, man/texinfo.5: format man page name in Bold and
man section in Roman. Report by Helge Kreutzmann.
---
ChangeLog | 5 +++++
man/info.5 | 16 ++++++++--------
man/texinfo.5 | 6 +++---
3 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ac95f882bf..5f4b1cf67b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-02-09 Patrice Dumas <pertusus@free.fr>
+
+ * man/info.5, man/texinfo.5: format man page name in Bold and
+ man section in Roman. Report by Helge Kreutzmann.
+
2022-02-08 Patrice Dumas <pertusus@free.fr>
* Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm (_protect_text)
diff --git a/man/info.5 b/man/info.5
index 2a6b85414e..7e01885f27 100644
--- a/man/info.5
+++ b/man/info.5
@@ -22,15 +22,15 @@ info \- readable online documentation
.SH DESCRIPTION
The Info file format is an easily-parsable representation for online
documents. It can be read by
-.I emacs(1)
+.B emacs\fR(1)
and
-.I info(1)
+.B info\fR(1)
among other programs.
.PP
Info files are usually created from
-.I texinfo(5)
+.B texinfo\fR(5)
sources by
-.IR makeinfo(1) ,
+.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,
@@ -50,10 +50,10 @@ http://www.gnu.org/software/texinfo/
Please send bug reports to bug-texinfo@gnu.org,
general questions and discussion to help-texinfo@gnu.org.
.SH "SEE ALSO"
-info(1), install-info(1), makeinfo(1), texi2dvi(1),
+\fBinfo\fR(1), \fBinstall-info\fR(1), \fBmakeinfo\fR(1), \fBtexi2dvi\fR(1),
.br
-texindex(1).
+\fBtexindex\fR(1).
.br
-emacs(1), tex(1).
+\fBemacs\fR(1), \fBtex\fR(1).
.br
-texinfo(5).
+\fBtexinfo\fR(5).
diff --git a/man/texinfo.5 b/man/texinfo.5
index f23e690a7a..abf845ee73 100644
--- a/man/texinfo.5
+++ b/man/texinfo.5
@@ -43,8 +43,8 @@ or any GNU mirror site.
Please send bug reports to bug-texinfo@gnu.org,
general questions and discussion to help-texinfo@gnu.org.
.SH "SEE ALSO"
-info(1), install-info(1), makeinfo(1), texi2dvi(1), texindex(1).
+\fBinfo\fR(1), \fBinstall-info\fR(1), \fBmakeinfo\fR(1), \fBtexi2dvi\fR(1),
\fBtexindex\fR(1).
.br
-emacs(1), tex(1).
+\fBemacs\fR(1), \fBtex\fR(1).
.br
-info(5).
+\fBinfo\fR(5).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * man/info.5, man/texinfo.5: format man page name in Bold and man section in Roman. Report by Helge Kreutzmann.,
Patrice Dumas <=