diff options
-rw-r--r-- | TWiki/WebChangesAlert.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/WebChangesAlert.mdwn b/TWiki/WebChangesAlert.mdwn index ea20eefa..2b909822 100644 --- a/TWiki/WebChangesAlert.mdwn +++ b/TWiki/WebChangesAlert.mdwn @@ -5,6 +5,6 @@ Installation note for Unix platforms: Edit the cron table so that `mailnotify` i % crontab -e 15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q) -The above line will call mailnotify at 15 minutes and 45 minutes passed every hour. The `-q` switch suppresses all normal output. +The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The `-q` switch suppresses all normal output. -- [[Main/PeterThoeny]] - 20 Sep 2000 <br /> |