Difference between revisions of "Ns param"
Jump to navigation
Jump to search
(imported from WiKit id 610) |
m (category link fixup, formatting tweaks) |
||
Line 1: | Line 1: | ||
− | + | {{manpage|ns_config}} | |
---- | ---- | ||
Line 24: | Line 24: | ||
: [[ns_config]], [[ns_configsection]], [[ns_configsections]], [[ns_section]] | : [[ns_config]], [[ns_configsection]], [[ns_configsections]], [[ns_section]] | ||
− | + | [[Category:Core Tcl API]] | |
− | |||
− |
Latest revision as of 21:47, 12 October 2005
Man page: http://aolserver.com/man/4.0/tcl/ns_config.html
NAME
- ns_param - Set a configuration parameter for a section
SYNOPSIS
- ns_param key value
DESCRIPTION
- This command sets the value for the particular key in the current section as previously set using ns_section. 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