From a9ede8b625d1ae9fa4ce71be10f6344d1526259f Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Thu, 23 Sep 2021 11:42:48 +0200
Subject: [PATCH] manual: correct output folder for JSON

[skip CI]
---
 doc/manual/source/running-dynare.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/running-dynare.rst b/doc/manual/source/running-dynare.rst
index 824d9f8268..2c4927b783 100644
--- a/doc/manual/source/running-dynare.rst
+++ b/doc/manual/source/running-dynare.rst
@@ -229,7 +229,7 @@ by the ``dynare`` command.
     .. option:: json = parse|check|transform|compute
 
         Causes the preprocessor to output a version of the ``.mod`` file in
-        JSON format to ``<<M_.dname>>/model/json/``.
+        JSON format to ``<<M_.fname>>/model/json/``.
         When the JSON output is created depends on the value
         passed. These values represent various steps of processing in the
         preprocessor.
-- 
GitLab