From 398fba84991a39d3d9d406e2d88055b3cd4fa675 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 16 Nov 2002 13:24:44 +0000 Subject: [PATCH] set watch in tcsh requires an equal sign after the variable name. MFC after: 1 day --- games/fortune/datfiles/freebsd-tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index b8bbefebeddf..5f701d4df1e1 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -44,7 +44,7 @@ previous commands in tcsh. % You can disable tcsh's terminal beep if you `set nobeep'. % -If you `set watch (0 any any)' in tcsh, you will be notified when +If you `set watch = (0 any any)' in tcsh, you will be notified when someone logs in or out of your system. % Nice tcsh prompt: set prompt = '%m %# '