OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Patch for makeinfo.1

From: Jim Razmus (jimbonetruck.org)
Date: Sat Apr 02 2005 - 17:39:21 CST


While researching info problems on a port, I stumbled on this nit in the
examples section of the makeinfo(1) man page. The patch is for the
makeinfo.1 file even though the header says it was created with
help2man...

Jim

Index: makeinfo.1
===================================================================
RCS file: /cvs/src/gnu/usr.bin/texinfo/doc/makeinfo.1,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 makeinfo.1
--- makeinfo.1 10 Jun 2002 13:21:49 -0000 1.1.1.2
+++ makeinfo.1 2 Apr 2005 23:08:18 -0000
-149,10 +149,15
 .TP
 makeinfo \fB\-\-no\-headers\fR foo.texi
 write plain text to standard output
-.IP
-makeinfo \fB\-\-html\fR \fB\-\-no\-headers\fR foo.texi write html without node lines, menus
-makeinfo \fB\-\-number\-sections\fR foo.texi write Info with numbered sections
-makeinfo \fB\-\-no\-split\fR foo.texi write one Info file however big
+.TP
+makeinfo \fB\-\-html\fR \fB\-\-no\-headers\fR foo.texi
+write html without node lines, menus
+.TP
+makeinfo \fB\-\-number\-sections\fR foo.texi
+write Info with numbered sections
+.TP
+makeinfo \fB\-\-no\-split\fR foo.texi
+write one Info file however big
 .SH "REPORTING BUGS"
 Email bug reports to bug-texinfognu.org,
 general questions and discussion to help-texinfognu.org.