From 7ed6bdb10a794d976bfdd3597f6f6fe7393cfc96 Mon Sep 17 00:00:00 2001 From: somiaj Date: Wed, 9 Jun 2021 13:54:11 -0600 Subject: [PATCH] Update manual for Echo/EchoFuncDefinition State that both Echo and EchoFuncDefinition print information to the fvwm debugging log file (and not stderr). --- doc/fvwm3/fvwm3.adoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/fvwm3/fvwm3.adoc b/doc/fvwm3/fvwm3.adoc index 930ee6b52..9f4c8ee02 100644 --- a/doc/fvwm3/fvwm3.adoc +++ b/doc/fvwm3/fvwm3.adoc @@ -7873,18 +7873,21 @@ DestroyFunc PrintFunction .... *Echo* _string_:: - Prints a message to _stderr_. Potentially useful for debugging things - in your _config_. + Prints a message to the debug log file, which requires logging to be + enabled. See the *-v* option or *PrintInfo* for more information on both + enabling debug logging and the log file location. Potentially useful for + debugging things in your _config_ or getting the value of variables. + .... Echo Beginning style definitions... +Echo Current desk $[desk.n]. .... *EchoFuncDefinition* _function_:: The *EchoFuncDefinition* is similar to the *Echo* command but prints - the definition for the given _function_ to _stderr_. It is useful to - find out how fvwm handles quoting and for debugging functions . + the definition for the given _function_ to the debug log file. It is + useful to find out how fvwm handles quoting and for debugging functions. *Exec* _command_:: Executes _command_. You should not use an ampersand '&' at the end of