summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-01-17 00:36:19 +0100
committerMartin Mares <mj@ucw.cz>2000-01-17 00:36:19 +0100
commit99278e10421a2e6703e77f91e6ef436eaf660405 (patch)
tree55c70bce53e5b86c69ea073c2ded844dc01b7e6e /sysdep
parentf14a4becbe77cfb3c2e4243d6fc383b0acd8956f (diff)
downloadbird-99278e10421a2e6703e77f91e6ef436eaf660405.tar
bird-99278e10421a2e6703e77f91e6ef436eaf660405.zip
Wording changes.
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 cd553f8..e4ed007 100644
--- a/sysdep/unix/config.Y
+++ b/sysdep/unix/config.Y
@@ -68,7 +68,7 @@ CF_CLI(CONFIGURE, cfg_name, [<file>], [[Reload configuration]])
{ cmd_reconfig($2); } ;
CF_CLI(SHUTDOWN,,, [[Shut the daemon down]])
-{ cli_msg(7, "Shutdown ordered"); order_shutdown(); } ;
+{ cli_msg(7, "Shutdown requested"); order_shutdown(); } ;
cfg_name:
/* empty */ { $$ = NULL; }