diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index c8e95c1b2430c392d56240531394ca2e41604f26..266a1c6fe693f5b707fcd192c51f81281a397028 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -14825,7 +14825,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*
@@ -14834,7 +14834,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;