FIXME in file /obj/mudlib/helpsys.c line 113:

 make this a bit more "in-your-face" ??

Code:
	lines += ({ "", "See also: " + directives["see"] });
    }
}

FIXME in file /obj/mudlib/helpsys.c line 172:

 need to devise a better scheme for presenting these.
 preferably, we can use the topic's "parent".  if one
 or more topics don't have parents, though... ??
 not to mention that we don't have their parents until
 we read the files.

Code:

	/* ack. must use a global to get the index to work */
	i = 0;

