1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 14:45:44 +01:00

Some manual help formatting tweaks. Why can troff handle stuff this but HTML can't?

This commit is contained in:
Kris Maglione
2009-11-03 00:56:28 -05:00
parent d59a85585b
commit 34e9b10fb9
3 changed files with 19 additions and 13 deletions

View File

@@ -29,14 +29,14 @@
<item>
<tags>:set :se</tags>
<spec>:se[t]</spec>
<description>
<description short="true">
<p>Show all options that differ from their default value.</p>
</description>
</item>
<item>
<spec>:se[t] all</spec>
<description>
<description short="true">
<p>Show all options.</p>
</description>
</item>
@@ -52,11 +52,11 @@
<item>
<spec>:se[t] <a>option</a> […]</spec>
<description>
<p>
Toggle option: set, switch it on.
Number option: show value.
String option: show value.
</p>
<dl>
<dt>Toggle option</dt> <dd>set, switch it on.</dd>
<dt>Number option</dt> <dd>show value.</dd>
<dt>String option</dt> <dd>show value.</dd>
</dl>
</description>
</item>