summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-08 12:48:51 +0200
committerMartin Mares <mj@ucw.cz>2000-06-08 12:48:51 +0200
commitc62d1c19a924668ccf5315ca8882ea041581e3bf (patch)
tree1c5bcf90ebae913f31ac498f697d7b16915dfb47 /sysdep
parent49569a8b53b7494b19344f5fc9cd659f68477ba4 (diff)
downloadbird-c62d1c19a924668ccf5315ca8882ea041581e3bf.tar
bird-c62d1c19a924668ccf5315ca8882ea041581e3bf.zip
... as well there.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y
index 81453e3..af35f82 100644
--- a/sysdep/unix/config.Y
+++ b/sysdep/unix/config.Y
@@ -64,7 +64,7 @@ log_cat:
/* Unix specific commands */
-CF_CLI(CONFIGURE, cfg_name, ["<file>"], [[Reload configuration]])
+CF_CLI(CONFIGURE, cfg_name, [\"<file>\"], [[Reload configuration]])
{ cmd_reconfig($2); } ;
CF_CLI(DOWN,,, [[Shut the daemon down]])