From a1e7b2f4e7688862862466a401127a39bf02f487 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 17 Feb 2023 11:11:08 -0500
Subject: [PATCH] =?UTF-8?q?Manual:=20the=20preprocessor=20no=20longer=20ge?=
 =?UTF-8?q?nerates=20a=20<modfile>.m,=20it=E2=80=99s=20been=20replaced=20b?=
 =?UTF-8?q?y=20the=20driver=20file?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(cherry picked from commit 2a25119bb34a39ed42fdff090881585d0c327657)
---
 doc/manual/source/the-model-file.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 704a18e8c9..ebea0ef1af 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -14234,7 +14234,7 @@ Pass everything contained within the verbatim block to the
 
     In order to force this behavior you can use the ``verbatim``
     block. This is useful when the code you want passed to the
-    ``<mod_file>.m`` file contains tokens recognized by the Dynare
+    driver file contains tokens recognized by the Dynare
     preprocessor.
 
     *Example*
@@ -14243,7 +14243,7 @@ Pass everything contained within the verbatim block to the
 
             verbatim;
             % Anything contained in this block will be passed
-            % directly to the <modfile>.m file, including comments
+            % directly to the driver file, including comments
             var = 1;
             end;
 
-- 
GitLab