SRI-NOSC/mh/subs.dir/help.c

Compare this file to the similar file:
Show the results in this format:

#include "mh.h"

help(str, swp)
char *str;
{
	printf("syntax: %s\n", str);
	printf("  switches are:\n");
	printsw(ALL, swp);
}