152
|
1 <refentry id="help">
|
|
2 <refnamediv>
|
|
3 <refname>HELP</refname>
|
1500
|
4 <refpurpose>Displays the usage and syntax of NitrOS-9 commands.</refpurpose>
|
152
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <cmdsynopsis>
|
1093
|
9 <command>help</command>
|
1094
|
10 <arg choice="plain">
|
|
11 &repeatst;<replaceable>command</replaceable>&repeaten;
|
152
|
12 </arg>
|
|
13 </cmdsynopsis>
|
|
14 </refsynopsisdiv>
|
|
15
|
1094
|
16 <refsect1><title>Description</title>
|
152
|
17 <para>
|
1094
|
18 Provide as argument the command for which you want syntax help. Include
|
|
19 as many command names in one <command>help</command> line as you wish. The proper form and
|
|
20 syntax appears for each valid command you include.
|
|
21 </para>
|
|
22 <para>
|
1500
|
23 If you do not include a command name, help will show you the list of
|
|
24 available topics for you to choose from.
|
152
|
25 </para>
|
1500
|
26 </refsect1>
|
|
27 <refsect1>
|
|
28 <title>
|
|
29 Examples:
|
|
30 </title>
|
152
|
31 <screen>
|
1500
|
32 help ex [ENTER]
|
|
33 Syntax: Ex <modname>
|
|
34 Usage : Chain to the given module
|
152
|
35
|
1500
|
36 help me [ENTER]
|
|
37 me: no help available
|
152
|
38
|
1500
|
39 help [ENTER]
|
|
40 Help available on:
|
|
41 ASM ATTR [...]
|
154
|
42 </screen>
|
152
|
43 </refsect1>
|
|
44 </refentry>
|