Among FDW options for file_fdw, force_not_null is the only option which
has different specification from COPY's one.  COPY's one requires a list
of columns but file_fdw's one requires a boolean value.
 
    <listitem>
     <para>
-     Specifies that the column shouldn't been matched against the null string.
-     Acceptable values are <literal>true</> and <literal>falset</>
-     (case sensitive).
-     the same as <command>COPY</>'s <literal>FORCE_NOT_NULL</literal> option.
+     Specifies whether values for the column shouldn't been matched against
+     the null string.  Acceptable values are <literal>true</> for no matching,
+     and <literal>false</> for matching (case sensitive).
+     <literal>true</> is same as specifing the column in <command>COPY</>'s
+     <literal>FORCE_NOT_NULL</literal> option.
     </para>
    </listitem>
   </varlistentry>