Changed slightly the $! error message
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Tue, 5 Nov 1991 10:23:45 +0000 (02:23 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Tue, 5 Nov 1991 10:23:45 +0000 (02:23 -0800)
SCCS-vsn: bin/csh/err.c 5.12

usr/src/bin/csh/err.c

index bebafa4..167e6fd 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)err.c      5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)err.c      5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -189,7 +189,7 @@ static char *errorlist[] =
 #define ERR_HISTUS     78
     "Usage: history [-rh] [# number of events]",
 #define ERR_SPDOLLT    79
 #define ERR_HISTUS     78
     "Usage: history [-rh] [# number of events]",
 #define ERR_SPDOLLT    79
-    "$ or < not allowed with $# or $?",
+    "$, ! or < not allowed with $# or $?",
 #define ERR_NEWLINE    80
     "Newline in variable name",
 #define ERR_SPSTAR     81
 #define ERR_NEWLINE    80
     "Newline in variable name",
 #define ERR_SPSTAR     81