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

utxd.conf(4)						     Kernel Interfaces Manual						      utxd.conf(4)

NAME
utxd.conf - Configuration file used by utxd SYNOPSIS
/var/adm/utx/utxd.conf DESCRIPTION
The utxd.conf file is read by the utxd daemon and contains information about other utx daemons that have to be spawned. In this file, lines that begin with the character # are treated as comment lines. Each line that is not a comment must conform to the following format: service-id object-name object-path In this format: Specifies the name or ID of the service. This value can be one of the following: To indicate service for Kana-Kanji conver- sion (see kkc(5)) To indicate service for On-Demand Loading (see odl(5)) To indicate service for the software phrase input method (see sim(5)) Specifies the name of the daemon, which can be kkcd, odld, or simd, depending on service-id. Specifies the pathname of the daemon. The preceding fields are separated by tab characters. FILES
Configuration file RELATED INFORMATION
Commands: kkcd(8), odld(8), simd(8), utxd(8) Files: tty(7), utx(7) Others: kkc(5), odl(5), sim(5) delim off utxd.conf(4)
Man Page