Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dicod(8) [debian man page]

DICOD(8)						  System Administration Utilities						  DICOD(8)

NAME
dicod - a DICT daemon SYNOPSIS
dicod [-fEsiTth] [-I DIR] [-x LEVEL-SPEC] [--config=FILE] [--foreground] [--stderr] [--syslog] [--preprocessor=PROG] [--no-preprocessor] [--include-dir=DIR] [--single-process] [--inetd] [--transcript] [--no-transcript] [--debug=LEVEL-SPEC] [--source-info] [--trace-grammar] [--trace-lex] [--config-help] [--lint] [--help] [--usage] [--version] DESCRIPTION
dicod is an implementation of DICT server (RFC 2229). It is fully modular: the daemon itself (dicod) provides only the server functional- ity, but it knows nothing about database formats. Actual searches are performed by functions supplied in loadable modules. A single module can serve one or more databases. OPTIONS
--config=FILE Read this configuration file. -f, --foreground Operate in foreground. --stderr Output diagnostic to stderr. --syslog Output diagnostic to syslog (default). -E Preprocess configuration file and exit --preprocessor=PROG Use PROG as a preprocessor for config file. --no-preprocessor Do not use external preprocessor. -I, --include-dir=DIR Add the directory DIR to the list of directories to be searched for preprocessor include files -s, --single-process Single-process mode. -i, --inetd Inetd mode. -T, --transcript Enable session transcript. --no-transcript Disable session transcript. -x, --debug=LEVEL-SPEC Set debug verbosity level. --source-info Include source line information in the debugging output. --trace-grammar Trace parsing of configuration file. --trace-lex Trace config file lexer. --config-help Show configuration file summary. -t, --lint Check configuration file syntax and exit. -h, --help Give this help list --usage Give a short usage message --version Print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. REPORTING BUGS
Report bugs to <bug-dico@gnu.org>. COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
dico(1), The full documentation for dicod is maintained as a Texinfo manual. If the info and dico-doc programs are properly installed at your site, the command info dicod should give you access to the complete manual. AUTHOR
dico was written by Sergey Poznyakoff <gray@gnu.org.ua>. This manual page was written by (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>, for the Debian project (and may be used by others). dicod (GNU dico 2.0) April 2009 DICOD(8)

Check Out this Related Man Page

DICO(1) 							   User Commands							   DICO(1)

NAME
dico - a DICT client SYNOPSIS
dico [-mDSHIqatvh] [-p SERVICE] [-d NAME] [-s NAME] [-i DBNAME] [-u NAME] [-k STRING] [-c STRING] [--host=SERVER] [--port=SERVICE] [--data- base=NAME] [--source=ADDR] [--match] [--strategy=NAME] [--levdist, --levenshtein-distance=N]fR [--dbs] [--strategies] [--serverhelp] [--info=DBNAME] [--serverinfo] [--quiet] [--noauth] [--sasl] [--nosasl] [--user=NAME] [--key, --passwordfR=STRING]fR [--autologin=NAME] [--client=STRING] [--transcript] [--verbose] [--time-stamp] [--source-info] [--help] [--usage] [--version] DESCRIPTION
dico is an RFC 2229 compliant dictionary client. OPTIONS
Server selection --host=SERVER Connect to this server. -p, --port=SERVICE Specify port to connect to. -d, --database=NAME Select a database to search. --source=ADDR Set a source address for TCP connections. Operation modes -m, --match Match instead of define. -s, --strategy=NAME Select a strategy for matching. Implies --match. --levdist, --levenshtein-distance=N Set maximum Levenshtein distance to N. -D, --dbs Show available databases. -S, --strategies Show available search strategies. -H, --serverhelp show server help. -i, --info=DBNAME Show information about database DBNAME. -I, --serverinfo Show information about the server. -q, --quiet Do not print the normal dico welcome. Authentication -a, --noauth Disable authentication. --sasl Enable SASL authentication (default). --nosasl Disable SASL authentication. -u, --user=NAME Set user name for authentication. -k, --key, --password=STRING Set shared secret for authentication. --autologin=NAME Set the name of autologin file to use. -c, --client=STRING Additional text for client command. Debugging -t, --transcript Enable session transcript. -v, --verbose Increase debugging verbosity level. --time-stamp Include time stamp in the debugging output. --source-info Include source line information in the debugging output. Other options -h, --help Give this help list --usage Give a short usage message --version Print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. REPORTING BUGS
Report bugs to <bug-dico@gnu.org>. COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
dicod(8), The full documentation for dico is maintained as a Texinfo manual. If the info and dico-doc programs are properly installed at your site, the command info dico should give you access to the complete manual. AUTHOR
dico was written by Sergey Poznyakoff <gray@gnu.org.ua>. This manual page was written by (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>, for the Debian project (and may be used by others). dico (GNU dico 2.0) April 2009 DICO(1)
Man Page