1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 13:24:13 +01:00

Fix some trivial formatting issues in the various.html help file.

This commit is contained in:
Doug Kearns
2009-10-13 13:58:21 +11:00
parent 81bd77b06a
commit e31792b4b5
2 changed files with 13 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ ________________________________________________________________________________
Redraws the screen. Useful to update the screen halfway executing a script or function.
________________________________________________________________________________
|:norm| |:normal|
||:norm[al][!] {commands}|| +
________________________________________________________________________________
@@ -46,8 +47,8 @@ Repeat last [c]:!{cmd}[c].
________________________________________________________________________________
|:sil| |:silent| +
||:sil[ent] {command}||
|:sil| |:silent|
||:sil[ent] {command}|| +
________________________________________________________________________________
Execute a command silently. Normal messages and error messages generated by the
command invocation will not be given and will not be added to the message
@@ -55,8 +56,8 @@ history.
________________________________________________________________________________
|:verb| |:verbose +
||:[count]verb[ose] {command}||
|:verb| |:verbose|
||:[count]verb[ose] {command}|| +
________________________________________________________________________________
Execute a command with 'verbose' set to [count]. If [count] is not specified
then 1 is used as the value.
@@ -99,8 +100,8 @@ command output window.
________________________________________________________________________________
|:optionu| |:optionusage| +
||:optionu[sage][!]||
|:optionu| |:optionusage|
||:optionu[sage][!]|| +
________________________________________________________________________________
Show help on options. If [!] is given then the help is listed in the command
output window.