aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-11 00:26:49 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-11 00:27:05 +0100
commitefedcbd5e2b58bf5abb77e6880be1cf2d8128ffb (patch)
tree69b798b6d52b3d4ec2e4023be92bfa8093d6ff69
parent4e564b086a3cd5096b5d993f7e53b17574caf5db (diff)
downloadmht-readme.tar.gz
Remove strict arityreadme
-rw-r--r--index.html77
1 files changed, 24 insertions, 53 deletions
diff --git a/index.html b/index.html
index 148050e..b24d8b8 100644
--- a/index.html
+++ b/index.html
@@ -32,9 +32,8 @@
<section class="Sh">
<h2 class="Sh" id="USAGE"><a class="permalink" style="color: black; text-decoration: none;" href="#USAGE">USAGE</a></h2>
This section describes the various types of requests supported by
- <code class="Nm">mht</code>. On the left side are the name and arity of each
- request, separated by a slash. On the right side is the HTML expansion of each
- request.
+ <code class="Nm">mht</code>. On the left side is the name of the request. On
+ the right side is the HTML expansion.
<p class="Pp">In the HTML expansion of all element requests, a backslash and a
dollar sign followed by a number (e.g. \$1) signify a parameter
expansion.</p>
@@ -47,7 +46,7 @@ This section describes the various types of requests supported by
<h3 class="Ss" id="Standard_troff_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Standard_troff_requests">Standard
troff requests</a></h3>
<dl class="Bl-tag">
- <dt><b class="Sy">br/0</b></dt>
+ <dt><b class="Sy">br</b></dt>
<dd>&lt;br/&gt;</dd>
</dl>
</section>
@@ -55,7 +54,7 @@ This section describes the various types of requests supported by
<h3 class="Ss" id="Contiguous_element_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Contiguous_element_requests">Contiguous
element requests</a></h3>
<dl class="Bl-tag">
- <dt><b class="Sy">Qp/0</b></dt>
+ <dt><b class="Sy">Qp</b></dt>
<dd>&lt;blockquote&gt;{&lt;p&gt;%&lt;/p&gt;}&lt;/blockquote&gt;</dd>
</dl>
</section>
@@ -63,15 +62,15 @@ This section describes the various types of requests supported by
<h3 class="Ss" id="Block_element_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Block_element_requests">Block
element requests</a></h3>
<dl class="Bl-tag">
- <dt><b class="Sy">Pp/0</b></dt>
+ <dt><b class="Sy">Hh</b></dt>
+ <dd>&lt;h\$1&gt;%&lt;/h\$1&gt;</dd>
+ <dt><b class="Sy">Pp</b></dt>
<dd>&lt;p&gt;%&lt;/p&gt;</dd>
- <dt><b class="Sy">Pr/0</b></dt>
+ <dt><b class="Sy">Pr</b></dt>
<dd>&lt;pre&gt;%&lt;/pre&gt;</dd>
- <dt><b class="Sy">Sh/0</b></dt>
+ <dt><b class="Sy">Sh</b></dt>
<dd>&lt;h3&gt;%&lt;/h3&gt;</dd>
- <dt><b class="Sy">Sh/1</b></dt>
- <dd>&lt;h\$1&gt;%&lt;/h\$1&gt;</dd>
- <dt><b class="Sy">Ti/0</b></dt>
+ <dt><b class="Sy">Ti</b></dt>
<dd>&lt;title&gt;%&lt;/title&gt;</dd>
</dl>
</section>
@@ -79,58 +78,30 @@ This section describes the various types of requests supported by
<h3 class="Ss" id="Inline_element_requests"><a class="permalink" style="color: black; text-decoration: none;" href="#Inline_element_requests">Inline
element requests</a></h3>
<dl class="Bl-tag">
- <dt><b class="Sy">Au/1</b></dt>
+ <dt><b class="Sy">Au</b></dt>
<dd>&lt;meta name=&quot;author&quot; content=&quot;\$1&quot;/&gt;</dd>
- <dt><b class="Sy">Bd/1</b></dt>
- <dd>&lt;b&gt;\$1&lt;/b&gt;</dd>
- <dt><b class="Sy">Bd/2</b></dt>
- <dd>&lt;b&gt;\$1&lt;/b&gt;\$2</dd>
- <dt><b class="Sy">Bd/3</b></dt>
+ <dt><b class="Sy">Bd</b></dt>
<dd>\$3&lt;b&gt;\$1&lt;/b&gt;\$2</dd>
- <dt><b class="Sy">br/0</b></dt>
- <dd>&lt;br/&gt;</dd>
- <dt><b class="Sy">Cd/1</b></dt>
- <dd>&lt;code&gt;\$1&lt;/code&gt;</dd>
- <dt><b class="Sy">Cd/2</b></dt>
- <dd>&lt;code&gt;\$1&lt;/code&gt;\$2</dd>
- <dt><b class="Sy">Cd/3</b></dt>
+ <dt><b class="Sy">Cd</b></dt>
<dd>\$3&lt;code&gt;\$1&lt;/code&gt;\$2</dd>
- <dt><b class="Sy">Cs/1</b></dt>
+ <dt><b class="Sy">Cs</b></dt>
<dd>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;
charset=\$1&quot;/&gt;</dd>
- <dt><b class="Sy">Em/1</b></dt>
- <dd>&lt;em&gt;\$1&lt;/em&gt;</dd>
- <dt><b class="Sy">Em/2</b></dt>
- <dd>&lt;em&gt;\$1&lt;/em&gt;\$2</dd>
- <dt><b class="Sy">Em/3</b></dt>
+ <dt><b class="Sy">Da</b></dt>
+ <dd>&lt;meta name=&quot;created&quot; content=&quot;\$1&quot;/&gt;</dd>
+ <dt><b class="Sy">Em</b></dt>
<dd>\$3&lt;em&gt;\$1&lt;/em&gt;\$2</dd>
- <dt><b class="Sy">Hy/2</b></dt>
+ <dt><b class="Sy">Hy</b></dt>
<dd>&lt;a href=&quot;\$2&quot;&gt;\$1&lt;/a&gt;</dd>
- <dt><b class="Sy">Im/2</b></dt>
+ <dt><b class="Sy">Im</b></dt>
<dd>&lt;img src=&quot;\$1&quot; alt=&quot;\$2&quot;/&gt;</dd>
- <dt><b class="Sy">It/1</b></dt>
- <dd>&lt;i&gt;\$1&lt;/i&gt;</dd>
- <dt><b class="Sy">It/2</b></dt>
- <dd>&lt;i&gt;\$1&lt;/i&gt;\$2</dd>
- <dt><b class="Sy">It/3</b></dt>
+ <dt><b class="Sy">It</b></dt>
<dd>\$3&lt;i&gt;\$1&lt;/i&gt;\$2</dd>
- <dt><b class="Sy">St/1</b></dt>
- <dd>&lt;strong&gt;\$1&lt;/strong&gt;</dd>
- <dt><b class="Sy">St/2</b></dt>
- <dd>&lt;strong&gt;\$1&lt;/strong&gt;\$2</dd>
- <dt><b class="Sy">St/3</b></dt>
+ <dt><b class="Sy">St</b></dt>
<dd>\$3&lt;strong&gt;\$1&lt;/strong&gt;\$2</dd>
- <dt><b class="Sy">Tt/1</b></dt>
- <dd>&lt;tt&gt;\$1&lt;/tt&gt;</dd>
- <dt><b class="Sy">Tt/2</b></dt>
- <dd>&lt;tt&gt;\$1&lt;/tt&gt;\$2</dd>
- <dt><b class="Sy">Tt/3</b></dt>
+ <dt><b class="Sy">Tt</b></dt>
<dd>\$3&lt;tt&gt;\$1&lt;/tt&gt;\$2</dd>
- <dt><b class="Sy">Ul/1</b></dt>
- <dd>&lt;u&gt;\$1&lt;/u&gt;</dd>
- <dt><b class="Sy">Ul/2</b></dt>
- <dd>&lt;u&gt;\$1&lt;/u&gt;\$2</dd>
- <dt><b class="Sy">Ul/3</b></dt>
+ <dt><b class="Sy">Ul</b></dt>
<dd>\$3&lt;u&gt;\$1&lt;/u&gt;\$2</dd>
</dl>
</section>
@@ -145,7 +116,7 @@ This section describes the various types of requests supported by
</div>
<table class="foot" style="width: 100%;">
<tr>
- <td class="foot-date">December 2, 2020</td>
+ <td class="foot-date">December 11, 2020</td>
<td class="foot-os" style="text-align: right;">Linux 5.4.72-0-lts</td>
</tr>
</table>