Skip to content

Commit

Permalink
Remove footnotes from docs [#500 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jan 23, 2012
1 parent 8621a8a commit 59bfa5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/manual/03-basics.md
Expand Up @@ -439,15 +439,15 @@ The ``uptime`` command is queued and executed. The output can be followed by
going to the URL returned in the output (eg, http://strongbad:4440/execution/follow/7).

Sometimes it is desirable to execute the command
directly, and not queue it [^noqueue]. Use the ``--noqueue`` option to execute
directly, and not queue it. Use the ``--noqueue`` option to execute
and follow the output from the console.

$ dispatch -I os-family=unix --noqueue -- uptime
[ctier@centos54 dispatch][INFO] 10:34:54 up 46 min, 2 users, load average: 0.00, 0.00, 0.00
[alexh@strongbad dispatch][INFO] 10:34 up 2 days, 18:51, 2 users, load averages: 0.55 0.80 0.75
[examples@ubuntu dispatch][INFO] 10:35:01 up 2 days, 18:40, 2 users, load average: 0.00, 0.01, 0.00

[^noqueue]: The "--noqueue" flag is useful for testing and debugging execution
**Note**: The "--noqueue" flag is useful for testing and debugging execution
but undermines visibility since execution is not managed through the central execution
queue.

Expand Down
4 changes: 2 additions & 2 deletions docs/en/manual/06-job-options.md
Expand Up @@ -177,7 +177,7 @@ inside the script via a named token. Option values can be accessed in
one of several ways:

Value passed as an environment variable:
: Bash: $RD\_OPTION\__NAME_ [^1]
: Bash: $RD\_OPTION\__NAME_ (**See note below**)

Value passed as an argument to a script:
: Commandline Arguments: ${option._name_}
Expand Down Expand Up @@ -251,7 +251,7 @@ Replacement token
fi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[^1]: To pass environment variables through remote command
**Note**: To pass environment variables through remote command
dispatches, it is required to properly configure the SSH server on the
remote end. See the AcceptEnv directive in the "sshd\_config(5)"
manual page for instructions. Use a wild card pattern to permit RD\_
Expand Down

0 comments on commit 59bfa5b

Please sign in to comment.