1167465Smp$ $tcsh: set11,v 1.4 2006/03/02 18:46:45 christos Exp $
259243Sobrien$ sh.c
359243Sobrien$set 11 
459243Sobrien1 Warning: no access to tty (%s).\n
559243Sobrien2 Thus no job control in this shell.\n
659243Sobrien3 You have %d mail messages.\n
759243Sobrien4 You have %d mail messages in %s.\n
859243Sobrien5 You have %smail.\n
959243Sobrien6 new 
1059243Sobrien7 You have %smail in %s.\n
11145479Smp8 -b file		batch mode, read and execute commands from `file' \n\
12145479Smp-c command	run `command' from next argument \n\
13145479Smp-d		load directory stack from `~/.cshdirs' \n\
14145479Smp-Dname[=value]	define environment variable `name' to `value' (DomainOS only) \n\
15145479Smp-e		exit on any error \n\
16145479Smp-f		start faster by ignoring the start-up file \n\
17145479Smp-F		use fork() instead of vfork() when spawning (ConvexOS only) \n\
18145479Smp-i		interactive, even when input is not from a terminal \n\
19145479Smp-l		act as a login shell, must be the only option specified \n\
20145479Smp-m		load the start-up file, whether or not owned by effective user \n\
21145479Smp-n file		no execute mode, just check syntax of the following `file' \n\
22145479Smp-q		accept SIGQUIT for running under a debugger \n\
23145479Smp-s		read commands from standard input \n\
24145479Smp-t		read one line from standard input \n\
25145479Smp-v		echo commands after history substitution \n\
26145479Smp-V		like -v but including commands read from the start-up file \n\
27145479Smp-x		echo commands immediately before execution \n\
28145479Smp-X		like -x but including commands read from the start-up file \n\
29145479Smp--help		print this message and exit \n\
30145479Smp--version	print the version shell variable and exit \n\
31145479Smp\nSee the tcsh(1) manual page for detailed information.\n
32