From 90e42e72c1a6faa67786ce0283190ee9bf0b2841 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 24 Jan 2011 15:47:59 -0500 Subject: [PATCH] Fix some formatting issues in starting.xml. --HG-- branch : key-processing --- common/locale/en-US/starting.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/common/locale/en-US/starting.xml b/common/locale/en-US/starting.xml index 678a4f6e..eeedc1d1 100644 --- a/common/locale/en-US/starting.xml +++ b/common/locale/en-US/starting.xml @@ -17,7 +17,7 @@

Command-line options can be passed to &dactyl.appName; via the -&dactyl.name; &dactyl.host; option. These are passed as single string argument. - E.g., &dactyl.hostbin; -&dactyl.name; ++cmd 'set exrc' +u 'tempRcFile' ++noplugin + E.g., &dactyl.hostbin; -&dactyl.name; ++cmd 'set exrc' +u 'tempRcFile' ++noplugin

@@ -52,9 +52,9 @@

The file rcfile is used for user initialization commands. If rcfile is - "NORC" then no startup initialization is performed except for the loading of + NORC then no startup initialization is performed except for the loading of plugins, i.e., steps 1. and 2. in initialization are skipped. If rcfile - is "NONE" then plugin loading is also skipped. + is NONE then plugin loading is also skipped.

@@ -89,7 +89,7 @@ ~/_&dactyl.name;rc Windows only. If this file exists, its contents - are executed and $MY_&dactyl.idName;RC set to its path. + are executed and $MY_&dactyl.idName;RC set to its path.
  • ~/.&dactyl.name;rc @@ -116,8 +116,8 @@
    • noloadplugins is set,
    • -
    • the ++noplugin command-line option was specified, or
    • -
    • the +u=NONE command-line option was specified.
    • +
    • the ++noplugin command-line option was specified, or
    • +
    • the +u=NONE command-line option was specified.

    @@ -132,11 +132,11 @@

      -
    • On Unix and Mac, the environment variable $HOME is used.
    • +
    • On Unix and Mac, the environment variable $HOME is used.
    • On Windows, &dactyl.appName; checks for the existence of - %HOME%, then %USERPROFILE%, and then - %HOMEDRIVE%%HOMEPATH%. It uses the first one it + %HOME%, then %USERPROFILE%, and then + %HOMEDRIVE%%HOMEPATH%. It uses the first one it finds.