logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

skksearch - yet another SKK Dictionary server

Author

       This  manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for the Debian GNU/Linux system (but
       may be used by others).

                                               September 23, 2000                                   SKKSEARCH(8)

Description

       This  manual page was written for the Debian GNU/Linux distribution because the original program does not
       have a manual page.

       skksearch is a dictionary server for the SKK Japanese input method system.  skksearch is normally invoked
       by the Internet server (see inetd(8)) for requests to connect to the skkserv port  as  indicated  by  the
       /etc/services file (see services(5)).

Examples

       Insert the following line in inetd.conf, and restart inetd.
           skkserv stream  tcp  nowait nobody /usr/sbin/tcpd /usr/sbin/skksearch -c /etc/skksearch.conf

Name

       skksearch - yet another SKK Dictionary server

Options

skksearch program accepts the following options:

       -ldigit
              specify loglevel -1 to 7.

       -flogfile
              output debug message to logfile.

       -s     Use syslog.

       -cconfig
              indicates config file which contains the specifications of dictionaries.

       type:fileskksearch program supports the following dictionary types.

                 db     Berkeley DB

                 cdb    constant database (see tinycdb).

                 plain  plain text like SKK-JISYO.L

                 dummy  dummy dictionary for debugging.

       skksearch can take multiple dictionaries.

Synopsis

skksearch [-l digit] [-f logfile] [-s][-c config] type:file ...

See Also