From 99278e10421a2e6703e77f91e6ef436eaf660405 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 16 Jan 2000 23:36:19 +0000 Subject: Wording changes. --- sysdep/unix/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdep') 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, [], [[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; } -- cgit v1.2.3