Fix the handling of LAM-ALEF.
[m17n/m17n-db.git] / FORMATS / FLT.txt
index 335559a..a90be42 100644 (file)
@@ -275,15 +275,16 @@ COND-BLOCK ::= '(' 'cond' RULE + ')'
 This rule sequentially executes @c RULEs until one succeeds.  If no
 rule succeeds, this rule fails.  Otherwise, it succeeds.
 
+@anchor OTF-SPEC
 @verbatim
 OTF-SPEC ::= SYMBOL
 @endverbatim
 
 @c OTF-SPEC is a symbol whose name specifies an instruction to the OTF
-driver.  The name has the following syntax.  @anchor OTF-SPEC
+driver.  The name has the following syntax.
 
 @verbatim
-  OTF-SPEC-NAME ::= ':otf' SCRIPT LANGSYS ? GSUB-FEATURES ? GPOS-FEATURES ?
+  OTF-SPEC-NAME ::= ':otf=' SCRIPT LANGSYS ? GSUB-FEATURES ? GPOS-FEATURES ?
 
   SCRIPT ::= SYMBOL
 
@@ -409,7 +410,7 @@ MACRO-NAME ::= SYMBOL
 @endverbatim
 
 @c MACRO-NAME is a symbol that appears in one of @c MACRO-DEF.  It is
-exapanded to the sequence of the correponding @c RULEs.
+exapanded to the sequence of the corresponding @c RULEs.
 
 @section flt-context-dependent CONTEXT DEPENDENT BEHAVIOR