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

FreeBSD Manual Pages

  
 
  

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

NAME
     shtk_config_set -- Sets the value of a configuration variable

LIBRARY
     shtk_import config

SYNOPSIS
     shtk_config_set var_name value

DESCRIPTION
     The  shtk_config_set  function sets the value of the configuration variable
     var_name to value.  The given configuration variable must be a  valid  con-
     figuration  variable  as  previously  specified  by  a  call  to  shtk_con-
     fig_init(3).

ERRORS
     If var_name is invalid because it has not been registered as a  valid  con-
     figuration  variable  with  a call to shtk_config_init(3), execution termi-
     nates with an error.

SEE ALSO
     shtk(3), shtk_config(3)

HISTORY
     shtk_config_set first appeared in shtk 1.0.

FreeBSD ports 15.quarterly	November 6, 2014	      SHTK_CONFIG_SET(3)

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

home | help