{
{       The purpose of this routine is to display the client applications
{ which have been defined for the Remote Host Facility Access Method. The
{ information required to produce the display of the local clients is taken
{ from RFV$RHFAM_CLIENT_TABLE.
{ The caller of this routine uses the standard command language display
{ interface routines and has opened the display file. It will be closed by
{ the caller when this routine exits.
{
{ RFP$DISPLAY_RHFAM_CLIENTS (CLIENT_LIST, DISPLAY_CONTROL, STATUS)
{
{ CLIENT_LIST: (input) This parameter specifies a list of client names or
{   the keyword ALL, which is used as selection criteria for the display.
{
{ DISPLAY_CONTROL: (input_output) This parameter specifies all information
{   required by the command language display interface routines about the
{   display file. This data is set up by the caller of this routine when
{   the display file is opened and will be updated by this routine as display
{   information is generated.
{
{ STATUS: (output) This parameter returns the results of the request. A
{   status of normal indicates all clients specified have been displayed:
{
{   CONDITIONS: rfe$client_not_found
{
{   IDENTIFIER: 'RF'
{
