|
The general form of a command is:
» 3L options function arguments
|
options
|
zero or more items from the following list:
|
|
|
-H
|
display help information
|
|
|
-T target
|
define the target processor, as described below
|
|
|
-V
|
verbose operation: display information about the execution of the command. This is useful for debugging new functions.
|
|
function
|
the function to be executed, as described below
|
|
arguments
|
the arguments to be passed to the selected function
|
|