From 85002b6a260dd5cae0f1d6313d77f6206557d277 Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Sun, 29 Jun 2014 13:32:56 +0200 Subject: [PATCH] Fix truncated comment documenting readconf() --- clatd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clatd b/clatd index f143941..f9aadf9 100755 --- a/clatd +++ b/clatd @@ -89,7 +89,8 @@ sub cmd { # # Reads in key=value pairs from a configuration file, overwriting the default -# setting in the %CFG hash. The key must exist, or we +# setting in the %CFG hash. The key must exist in the built-in hash, or we +# ignore the setting in the config file. # sub readconf { d("readconf('@_')");