From: Martin Mares Date: Thu, 12 Feb 2009 22:34:41 +0000 (+0100) Subject: Improve documentation of cf_reload(). X-Git-Tag: holmes-import~110 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=17686fd8dce6e13884d698e55b9ee0aa60845375;p=libucw.git Improve documentation of cf_reload(). --- diff --git a/ucw/getopt.h b/ucw/getopt.h index 3ff0a804..c9daf24d 100644 --- a/ucw/getopt.h +++ b/ucw/getopt.h @@ -38,7 +38,7 @@ extern char *cf_def_file; **/ extern char *cf_env_file; int cf_reload(const char *file); /** Reload configuration from @file, replace the old one. **/ -int cf_load(const char *file); /** Load configuration from @file. **/ +int cf_load(const char *file); /** Load configuration from @file. If @file is NULL, reload all loaded configuration files. **/ /** * Parse some part of configuration passed in @string. * The syntax is the same as in the <>.