Difference between revisions of "Ns section"
Jump to navigation
Jump to search
(imported from WiKit id 650) |
|||
Line 24: | Line 24: | ||
: [[ns_config]], [[ns_configsection]], [[ns_configsections]], [[ns_param]] | : [[ns_config]], [[ns_configsection]], [[ns_configsections]], [[ns_param]] | ||
− | + | [[Category:Documentation]] [[Category:Core Tcl API]] | |
− | |||
− | [[Category Documentation]] |
Latest revision as of 19:52, 7 February 2009
Man page: http://aolserver.com/docs/tcl/ns_section.html
NAME
- ns_section - Specify the current configuration section.
SYNOPSIS
- ns_section sectionname
DESCRIPTION
- This command sets the current section to define parameters for using ns_param. This command is only available at server startup when parsing the config .tcl file.
EXAMPLES
% ns_section "ns/server/$servername/section" % ns_param someSetting someValue
SEE ALSO