Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SHTK_CONFIG_GET(3)	    Library Functions Manual	    SHTK_CONFIG_GET(3)

NAME
       shtk_config_get -- Gets the value of a defined configuration variable

LIBRARY
       shtk_import config

SYNOPSIS
       shtk_config_get var_name

DESCRIPTION
       The shtk_config_get function prints to stdout the value of the configu-
       ration  variable	 var_name.  The	variable must have been	previously set
       by a call to shtk_config_set(3) within the script or by the user	in the
       configuration file.

ERRORS
       If the variable has not been previously set, then execution  terminates
       with an error.

SEE ALSO
       shtk(3),	shtk_config(3)

HISTORY
       shtk_config_get first appeared in shtk 1.0.

FreeBSD	Ports 14.quarterly     November	6, 2014		    SHTK_CONFIG_GET(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=shtk_config_get&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help