From b0b916eb1dd3522c635a831b66c0c7da18c522a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Tue, 24 Aug 2010 15:51:51 +0200
Subject: [PATCH] Reference manual: for order=3, mention that use_dll and a
 compiler are needed

---
 doc/manual.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual.xml b/doc/manual.xml
index ec8f339ecd..daf56f442a 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>
-- 
GitLab