1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 20:35:46 +01:00

Fix some formatting issues in starting.xml.

--HG--
branch : key-processing
This commit is contained in:
Kris Maglione
2011-01-24 15:47:59 -05:00
parent 60a97323b3
commit 90e42e72c1

View File

@@ -17,7 +17,7 @@
<p> <p>
Command-line options can be passed to &dactyl.appName; via the -&dactyl.name; &dactyl.host; Command-line options can be passed to &dactyl.appName; via the -&dactyl.name; &dactyl.host;
option. These are passed as single string argument. option. These are passed as single string argument.
E.g., &dactyl.hostbin; -&dactyl.name; <str>++cmd 'set exrc' +u 'tempRcFile' ++noplugin</str> E.g., <tt>&dactyl.hostbin; -&dactyl.name; <str><t>++cmd</t> 'set exrc' <t>+u</t> 'tempRcFile' <t>++noplugin</t></str></tt>
</p> </p>
<item> <item>
@@ -52,9 +52,9 @@
<description> <description>
<p> <p>
The file <a>rcfile</a> is used for user initialization commands. If <a>rcfile</a> is The file <a>rcfile</a> is used for user initialization commands. If <a>rcfile</a> is
"NORC" then no startup initialization is performed except for the loading of <str>NORC</str> then no startup initialization is performed except for the loading of
plugins, i.e., steps 1. and 2. in <t>initialization</t> are skipped. If <a>rcfile</a> plugins, i.e., steps 1. and 2. in <t>initialization</t> are skipped. If <a>rcfile</a>
is "NONE" then plugin loading is also skipped. is <str>NONE</str> then plugin loading is also skipped.
</p> </p>
</description> </description>
</item> </item>
@@ -89,7 +89,7 @@
<em>~/_&dactyl.name;rc</em> <em>~/_&dactyl.name;rc</em>
<strut/> <strut/>
Windows only. If this file exists, its contents Windows only. If this file exists, its contents
are executed and <em>$MY_&dactyl.idName;RC</em> set to its path. are executed and <tt>$MY_&dactyl.idName;RC</tt> set to its path.
</li> </li>
<li> <li>
<em>~/.&dactyl.name;rc</em> <em>~/.&dactyl.name;rc</em>
@@ -116,8 +116,8 @@
<ul> <ul>
<li><o>noloadplugins</o> is set,</li> <li><o>noloadplugins</o> is set,</li>
<li>the ++noplugin command-line option was specified, or</li> <li>the <t>++noplugin</t> command-line option was specified, or</li>
<li>the +u=NONE command-line option was specified.</li> <li>the <tt><t>+u</t>=NONE</tt> command-line option was specified.</li>
</ul> </ul>
<p> <p>
@@ -132,11 +132,11 @@
</p> </p>
<ul> <ul>
<li>On Unix and Mac, the environment variable <em>$HOME</em> is used.</li> <li>On Unix and Mac, the environment variable <tt>$HOME</tt> is used.</li>
<li> <li>
On Windows, &dactyl.appName; checks for the existence of On Windows, &dactyl.appName; checks for the existence of
<em>%HOME%</em>, then <em>%USERPROFILE%</em>, and then <tt>%HOME%</tt>, then <tt>%USERPROFILE%</tt>, and then
<em>%HOMEDRIVE%%HOMEPATH%</em>. It uses the first one it <tt>%HOMEDRIVE%%HOMEPATH%</tt>. It uses the first one it
finds. finds.
</li> </li>
</ul> </ul>