diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/chap/hooks.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/chap/hooks.texinfo b/doc/info/chap/hooks.texinfo index f104950..9dec27d 100644 --- a/doc/info/chap/hooks.texinfo +++ b/doc/info/chap/hooks.texinfo @@ -38,7 +38,7 @@ is to use the script #!/bin/sh action="$1" shift 1 -exec wall -n "sat: $action $JOBNAME ($*)" +exec wall -n "sat: $action: $JOBNAME ($*)" @end example @noindent and always set the environment variable @env{JOBNAME} |