1!	 $Id: help,v 1.3 2002-02-19 19:43:28 f Exp $
2!
3! Copyright (c) 1990-2001  Michael Sandrof, Troy Rollo, Matthew Green,
4! and other ircII contributors.
5!
6! All rights reserved.  See the HELP SCROLLZ COPYRIGHT file for more
7! information.
8!
9Usage: HELP [<command> [<subcommands>]]
10  Shows help on the given command.  The help documentation is
11  set up in a hierarchical fashion.  That means that certain
12  help topics have sub-topics under them.  For example, doing
13    HELP ADMIN
14  gives help on the admin command, while:
15    HELP SET
16  gives help on the set command and also displays a list of
17  sub-topics for SET.  To get help on the subtopics, you would
18  do:
19    HELP SET <subtopic>
20  where <subtopic> is one of the subtopics.  If you are using the
21  built in help, then you need only type the subtopic name.  The
22  input prompt will indicate what help level you are on.  Hitting
23  return will move you up one level.
24
25  At any time, you can specify a ? to get a list of subtopics
26  without the associated help file, for example:
27    HELP ?
28  gives a list of all main help topics.  The following:
29    HELP BIND ?
30  gives the list of all BIND subtopics.  If you use a ? with
31  a topic that has no subtopics, you will simply get the
32  standard help file for that topic.
33
34Note:
35  Case is unimportant even when viewing the lower case
36  filenames such as 'newuser' or 'intro'.
37
38See Also:
39  intro
40