.he 'MISHAP302''Page %'
.fo 'Aaron Sloman''February 78'
.sp
: 302 	Bad file name format
.br
A file name, e.g. for EDIT or CREATE or LOAD, should
either be a word as in
 	load square;
 	edit square;
.br
or a string, as in
 	show 'file.p.old';
 	load '/usr/mary/square.p';
.br
You'll get error 302 if you try
 	load square.p;
.br
Ask for help if necessary.
