NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO
/etc/lib/locale/ja/wnn/serverdefs
serverdefs configures the connection between clients and the Wnn6 Kana–Kanji conversion server. The Wnn6 library refers to this file to connect the conversion server. Lines beginning with semicolons (;) are comments.
<LANG_name> <server_host_name> <UNIX_DOMAIN_socket_name> <service_name> <port_number> <environment_variable_name>
Specifies the language. xjsi and uum refers the line containing "ja".
Specifies the host name of the conversion server.
Specifies the socket's terminal to use if connection is made to a unix domain socket.
Specifies the name of the tcp service to use if connection is made to an inet domain socket.
Specifies the tcp port number to use if connection is made to an inet domain socket. If the service name is not found, this port number will be used. This port number may be omitted.
Specifies the environment variable name set to the host name of the conversion server.
ja jserver /tmp/jd_sockV6 wnn6 22273 JSERVER
NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SEE ALSO