From 417108643a4f7fdbbaed0322e7585ecb175bb0eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 24 Oct 2022 15:49:16 +0200
Subject: [PATCH] Manual: minor improvements to description of
 solve_algo={1,2,9}

[skip ci]
---
 doc/manual/source/the-model-file.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 55e5da64f7..b7c2637430 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -2944,13 +2944,12 @@ Finding the steady state with Dynare nonlinear solver
 
            ``1``
 
-                Use Dynare’s own nonlinear equation solver (a
-                Newton-like algorithm with line-search).
+                Use a Newton-like algorithm with line-search.
 
            ``2``
 
                 Splits the model into recursive blocks and solves each
-                block in turn using the same solver as value 1.
+                block in turn using the same solver as value ``1``.
 
            ``3``
 
@@ -2988,7 +2987,8 @@ Finding the steady state with Dynare nonlinear solver
 
            ``9``
 
-                Trust-region algorithm on the entire model.
+                Trust-region algorithm with autoscaling (same as value ``4``,
+                but applied to the entire model, without splitting).
 
            ``10``
 
-- 
GitLab