{
{    The purpose of this request is to get the formatted help message for a
{ parameter within a help module.  Parameters to be substituted into the
{ message are supplied via an array of pointers to string, each string
{ representing a particular message parameter.
{
{    The message is returned in a sequence which contains an
{ ost$status_message_line_count followed by that many message lines.  Each
{ message line consists of a ost$status_message_line_size followed by a string
{ of that size.  These lines can be written to a file via the appropriate
{ interfaces.  Each line begins with a space character to serve as a "format
{ effector" in the event the formatted message is written to a list file.
{
{       OSP$GET_HELP_MESSAGE (SEED_NAME, PARAMETER_NAME, MESSAGE_PARAMETERS,
{         MAX_MESSAGE_LINE, MESSAGE, STATUS)
{
{ SEED_NAME: (input) This parameter specifies the name that is to be suffixed
{       with a $ and the name of the natural language to form the name of the
{       help module which contains the message template for the parameter.
{
{ PARAMETER_NAME: (input) This parameter specifies the name of the parameter
{       whose help message is to be found.
{
{ MESSAGE_PARAMETERS: (input) This parameter specifies the items of text to be
{       substituted into the message according to the parameter substitution
{       formatting codes in the message template.  If NIL is specified for this
{       parameter, all message parameters are considered to be null.  If NIL is
{       specified for any particular element of the array, the corresponding
{       message parameter is considered to be null.
{
{ MAX_MESSAGE_LINE: (input) This parameter specifies the maximum number of
{       characters that can be placed in a line produced by this request.  The
{       message formatter will try to "break" long lines at a delimiter; but if
{       this cannot be done, two dots will be placed at the end of the "broken"
{       line to mark its continuation.
{
{ MESSAGE: (output) This parameter specifies the container for the formatted
{       message.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{
