Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

utx(7) [osf1 man page]

utx(7)							 Miscellaneous Information Manual						    utx(7)

NAME
utx - UNIX terminal extension pseudo device SYNOPSIS
#include <utx/utxdev.h> DESCRIPTION
The utx pseudo device provides a communication mechanism between any server process and the terminal driver subsystem. More specifically, this pseudo device provides ioctl(2) and other I/O functions used by server daemons and kernel functions to communicate with the terminal driver subsystem. Currently, the Asian terminal driver is using the utx driver to provide the following extended features: Kana-Kanji conversion (for Japa- nese only) Software on-demand font loading for user-defined characters Software phrase input method Refer to atty(7) for more information about special features provided by the Asian terminal driver. RELATED INFORMATION
Commands: utxd(8) Functions: ioctl(2) Files: utxd.conf(4), atty(7) delim off utx(7)

Check Out this Related Man Page

odld(8) 						      System Manager's Manual							   odld(8)

NAME
odld - Daemon that supports the Software On-Demand Loading (SoftODL) service SYNOPSIS
/usr/sbin/odld user-id group-id odl-db OPERANDS
Identifies the user process. Specifies the group to which the user belongs. Specifies the location of font files accessed by the daemon. DESCRIPTION
The odld daemon supports the Software On-Demand Loading (SoftODL) service. This service handles font files for user-defined characters. It is available only when optional Tru64 UNIX subsets with software for Chinese, Japanese, or Korean are installed on the system. The odld daemon processes the font loading requests issued by the Asian terminal driver (atty) through the utx pseudo device driver. The odl parameter of the stty command spawns the odld daemon (see stty(1)). The stty command includes additional parameters that affect SoftODL operation. FILES
The utx device special files SEE ALSO
Commands: stty(1), utxd(8) Files: cp_dirs(4), atty(7), utx(7) Others: odl(5) odld(8)
Man Page