-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man page missing header causing appending to XML discussion #846
Comments
@jidanni thank you for the issue... Yes, it certainly does appear, the After a bit a reading about ... reading the source docs, like how the man page is generated, from CMakeLists.txt... ... particularly the last ... showing how the This led me to a simple sub-header addition, and a new line... so a suggested patch... --- tidy1.org.xsl 2019-07-10 19:48:51.000000000 +0200
+++ tidy1.xsl 2019-11-27 16:21:53.000000000 +0100
@@ -98,6 +98,8 @@
can be combined; for example '\fB-i\fR', '\fB-m\fR' and '\fB-u\fR'
may be combined as '\fB-imu\fR'.<xsl:text/>
<xsl:call-template name="show-cmdline-options" />
+.SS Configuration Options General
+.rs
.LP
\fIConfiguration\fR options can be specified
by preceding each option with \fB--\fR at the command line, But I am entirely new to this syntax, and maybe others, who know, understand more... can make the docs better... Please step in with comments, patches, PR, etc... thanks... |
2020/10/11 But I need someone, preferably with As stated, can someone please step up, with comments, tests, patches, PR, etc... so this issue can move forward... thanks... |
20210414: review, 6 months later, over a year from opening... @jidanni, well, no one has stepped forward, given feedback, help, comments... nothing, except an emoji... oh, well... I have tested again with the simple patch, as below, and it seems to correct the problem of the diff --git a/man/tidy1.xsl.in b/man/tidy1.xsl.in
index a1d9cfd..e4271db 100644
--- a/man/tidy1.xsl.in
+++ b/man/tidy1.xsl.in
@@ -98,6 +98,8 @@ Single-letter \fIcommand-line\fR options without an associated value
can be combined; for example '\fB-i\fR', '\fB-m\fR' and '\fB-u\fR'
may be combined as '\fB-imu\fR'.<xsl:text/>
<xsl:call-template name="show-cmdline-options" />
+.SS Configuration Options General
+.rs
.LP
\fIConfiguration\fR options can be specified
by preceding each option with \fB--\fR at the command line, Can someone at least apply the tiny 2 line patch, and test, review, it... I use Or suggest alternatives... thanks... |
On tidy 5.6 man page, before
there is a missing header, causing this to still be part of the XML discussion.
The text was updated successfully, but these errors were encountered: