Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yaskkserv_hairy(1) [debian man page]

YASKKSERV_HAIRY(1)					      General Commands Manual						YASKKSERV_HAIRY(1)

NAME
yaskkserv_hairy - Yet Another SKK SERVer (feature-rich version) SYNOPSIS
yaskkserv_hairy [OPTION] dictionary [dictionary...] DESCRIPTION
This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. yaskkserv is a dictionary server for the SKK Japanese input method system. yaskkserv is written in C++ from scratch in consideration of embedded environment, but is compatible with skkserv on the protocol behavior. yaskkserv_hairy supports server completion function in addition to features of yaskkserv_normal. OPTIONS
-c, --check-update check update dictionary (default disable) -d, --debug enable debug mode (default disable) -h, --help print this help and exit -l, --log-level=LEVEL loglevel (range [0 - 9] default 1) -m, --max-connection=N max connection (default 8) -p, --port=PORT set port (default 1178) --server-completion-midasi-length=LENGTH set midasi length (range [256 - 32768] default 2048) --server-completion-midasi-string-size=SIZE set midasi string size (range [16384 - 1048576] default 262144) --server-completion-test=type 1:default 2:ignore slash 3:space 4:space and protocol 'c' -v, --version print version COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2008 Tadashi Watanabe. SEE ALSO
yaskkserv_normal(1), yaskkserv_simple(1), yaskkserv_make_dictionary(1). AUTHOR
yaskkserv was written by Tadashi Watanabe <wac@umiushi.org>. This manual page was written by KURASHIKI Satoru <lurdan@gmail.com>, for the Debian project (but may be used by others). January 17, 2008 YASKKSERV_HAIRY(1)

Check Out this Related Man Page

BOOTPC(8)                                                     Debian GNU/Linux Manual                                                    BOOTPC(8)

NAME
bootpc - bootp client SYNOPSIS
bootpc [--bootfile file] [--dev device] [--verbose] [--debug] [--server addr] [--hwaddr addr] [--returniffail] [--waitformore length] [--in2host addr] [--serverbcast] [--help] DESCRIPTION
This manual page documents briefly the bootpc command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. bootpc is a boot protocol client used to grab the machine's IP address, set up DNS nameservers and other useful information. OPTIONS
--bootfile file Tell the server to use file as the boot file. --dev device Use device to communicate with the server. --verbose Be verbose. --debug Produce debugging output. --server addr Use the IP address addr to communicate with the server. --hwaddr addr Use addr as our hardware address rather than what the operating system gives us. --returniffail Terminate the program if a failure occurs. By default bootpc will ask the user to press a key if the request did not succeed. --waitformore length Wait for more responses when one is received. bootpc will wait for at most length seconds. This is probably only useful for debug- ging. --in2host addr Takes an address and returns useful bits of the name after lookup, this was a separate program, but it is more compact to have both together. --serverbcast Tell the server to send back a broadcast reply. This is necessary on Linux 2.1 and 2.2. --help Display the usage of bootpc. AUTHOR
This manual page was written by Herbert Xu <herbert@debian.org>, for the Debian GNU/Linux system (but may be used by others). BOOTPC 1999 March 21st BOOTPC(8)
Man Page