Fix truncated comment documenting readconf()

This commit is contained in:
Tore Anderson
2014-06-29 13:32:56 +02:00
parent da7b48e779
commit 85002b6a26

3
clatd
View File

@@ -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('@_')");