Index: doc/utt.texinfo
===================================================================
--- doc/utt.texinfo	(revision 9a367616612b9e69c7e0bb155d5b543d50824483)
+++ doc/utt.texinfo	(revision d6a59cafdfbc9011692eb1b8d2000e543f1c07ea)
@@ -2,5 +2,4 @@
 \input texinfo   @c -*-texinfo-*-
 @c @documentencoding ISO-8859-2
-@documentencoding UTF-8
 @c @documentlanguage pl
 
@@ -8,4 +7,5 @@
 @setfilename utt.info
 @settitle UAM Text Tools v0.90
+@documentencoding utf-8
 @c %**end of header
 
@@ -27,5 +27,4 @@
 @c @end quotation
 @end copying
-
 
 @titlepage
@@ -969,5 +968,5 @@
 
 @example
-compiledic <dictionaryname>.dic
+compdic <dictionaryname>.dic <dictionaryname>.bin
 @end example
 
@@ -1214,5 +1213,5 @@
 
 @example
-compiledic <dictionaryname>.dic
+compdic <dictionaryname>.dic <dictionaryname>.bin
 @end example
 
@@ -2008,5 +2007,5 @@
 
 @menu
-* compiledic::         dictionary compiler
+* compdic::            dictionary compiler
 * fla::                UTT file flattener
 * unfla::              UTT file unflattener
@@ -2015,6 +2014,6 @@
 
 @page
-@node compiledic
-@section compiledic - the dictionary compiler
+@node compdic
+@section compdic - the dictionary compiler
 
 @multitable {aaaaaaaaaaaaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}
@@ -2024,27 +2023,17 @@
 @c
 
-@command{compiledic} compiles dictionaries in text format (@code{.dic} extension) into binary
-(FSA) format (@code{.bin} extension).
-
-Automaton representation of a dictionary is built using the AT&T tools:
-@itemize
-@item AT&T FSM Library,
-@item AT&T Lextools.
-@end itemize
-
-In order for the compiledic program to work you have to install the
-above mentioned packages into your system.  They are freely available
-for non-commercial use.
+@command{compdic} compiles dictionaries in text format (@code{.dic} extension) into binary
+(FST) format (@code{.bin} extension).
+
+Automaton representation of a dictionary is built using the OpenFst toolkit.
+
+In order for the compdic program to work you have to install the OpenFst toolkit in your system.
 
 Usage:
 @example
-        compiledic <dictionaryname>.dic
+        compdic <dictionaryname>.dic <dictionaryname>.bin
 @end example
 
 The file <dictionaryname>.bin will be generated.
-
-Remarque: The program produces a lot of temporary files which are
-stored in the current directory. They are deleted after successfull
-termination of the program.
 
 @c @menu
