Technical References

The help command provides online help.
If you type help without arguments, it displays a list of commands.
If you type help with an argument, it displays the man page
information for the command with that name.
You can select the sections of the man page output by specifying
the section names after the 'help <cmd>' command. The section names
are:
SYNOPSIS the valid syntax for the command
DESCRIPTION a textual description of the command behavior
EXAMPLES examples of using the command
PROPERTIES description of the attributes associated with the command
STATUS description of the status codes returned by this command
Examples
nrcmd> help
100 Ok
... displays the list of commands
nrcmd> help dns
100 Ok
... displays the contents of the dns page
nrcmd> help dns synopsis
100 Ok
SYNOPSIS
dns
help <cmd> [<section> ...]
Status
See Also
import
import - loads server configuration information from a file
Synopsis
import keys <file>
import leases <file>
import named.boot <file>
import named.conf <file>
import option-set <file>
Description