From 17686fd8dce6e13884d698e55b9ee0aa60845375 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 12 Feb 2009 23:34:41 +0100 Subject: [PATCH] Improve documentation of cf_reload(). --- ucw/getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <>. -- 2.39.5