1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Boyuan Yang <byang@debian.org>
Date: Wed, 14 Nov 2018 22:09:25 -0500
Subject: Issue #698 - Minor update to man page documentation
Applied-Upstream: https://github.com/htacg/tidy-html5/commit/4ded90189f73441fdcd6593e5f0ddee53911f150
---
man/tidy1.xsl.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/man/tidy1.xsl.in b/man/tidy1.xsl.in
index 0fbae79..27186df 100644
--- a/man/tidy1.xsl.in
+++ b/man/tidy1.xsl.in
@@ -75,8 +75,9 @@ They are listed in the first part of this section.
\fIConfiguration\fR options, on the other hand, can either be passed
on the command line, starting with two dashes \fB--\fR,
or specified in a configuration file,
-using the option name without the starting dashes.
-They are listed in the second part of this section.
+using the option name, followed by a colon \fB:\fR, plus the value, without
+the starting dashes. They are listed in the second part of this section,
+with a sample config file.
.LP
For \fIcommand-line\fR options that expect a numerical argument,
a default is assumed if no meaningful value can be found.
|