#sccs	"@(#)adminlib:termhelp	1.2"

#
#	FILE:  /usr/lib/termhelp            DATE:  January 27, 1986
#	CALLED BY:  /etc/profile
#
#	This is the help file for /etc/profile regarding allowed
#	remote terminals.
#
#	MODIFIED:
#

if [ -s /usr/lib/ua/uaterms ]
then
	cat << -END-

The following terminals are supported for use with the Office windows and
menus.  To select one of these terminals, respond to the prompt by typing
the numbers or numbers and letters shown in the first column.

 NAME(S)        DESCRIPTION
-END-

	sleep 1
	more /usr/lib/ua/uaterms

	echo "\n<Press RETURN for more instructions>\c"
	read DUMMY

	cat << -END-

Some other terminals may work with the Office windows and menus, but not
all terminals have been tested.
-END-
fi

cat << -END-

Most terminals will work with most character-based software on the
UNIX PC.  If your terminal is "not supported", it will probably work
only for simple text and line-by-line data entry.  Consult your Remote
User's Guide or the Hot Line for more information.
-END-

# ----------------------------------------------------------------------
# END OF EXECUTABLE PROGRAM                              FILE:  termhelp
# ======================================================================