diff --git a/doc/manual.xml b/doc/manual.xml
index ec8f339ecd6701380351a6876c5179ad998ae69b..daf56f442a3088331cc485683f99f32c9a279f11 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -2112,11 +2112,11 @@ steady;
     </varlistentry>
     <varlistentry id="order" xreflabel="order">
       <term><option>order = <replaceable>INTEGER</replaceable></option></term>
-      <listitem><para>Order of Taylor approximation. Acceptable values are <literal>1</literal>, <literal>2</literal> and <literal>3</literal>. Note that for third order, <option>k_order_solver</option> option is implied, and only empirical moments are available (you must provide a value for <option>periods</option> option). Default: <literal>2</literal></para></listitem>
+      <listitem><para>Order of Taylor approximation. Acceptable values are <literal>1</literal>, <literal>2</literal> and <literal>3</literal>. Note that for third order, <link linkend="k_order_solver"><option>k_order_solver</option></link> option is implied (in particular, you must specify the <xref linkend="use_dll"/> option on the <xref linkend="model"/> block and you need a working compilation environment, see <xref linkend="software-requirements"/> for more details), and only empirical moments are available (you must provide a value for <option>periods</option> option). Default: <literal>2</literal></para></listitem>
     </varlistentry>
     <varlistentry id="k_order_solver">
       <term><option>k_order_solver</option></term>
-      <listitem><para>Use a k-order solver, implemented in C++, instead of the default Dynare solver. When using this option, you must specify the <xref linkend="use_dll"/> option, and you need a working compilation environment, <foreignphrase>i.e.</foreignphrase> a working <literal>mex</literal> command (see <xref linkend="software-requirements"/> for more details). Default: disabled for order 1 and 2, enabled otherwise</para></listitem>
+      <listitem><para>Use a k-order solver, implemented in C++, instead of the default Dynare solver. When using this option, you must specify the <xref linkend="use_dll"/> option on the <xref linkend="model"/> block, and you need a working compilation environment, <foreignphrase>i.e.</foreignphrase> a working <literal>mex</literal> command (see <xref linkend="software-requirements"/> for more details). Default: disabled for order 1 and 2, enabled otherwise</para></listitem>
     </varlistentry>
     <varlistentry>
       <term><option>periods</option> = <replaceable>INTEGER</replaceable></term>