From 052cf96b5699d663a7e7d3014abe381ea75eb4c0 Mon Sep 17 00:00:00 2001
From: Michael Long <mlong@mlong.us>
Date: Fri, 18 Dec 2020 05:40:09 -0800
Subject: [PATCH] Update dosemu.ini documentation of string substitutions

---
 exec/dosemu.ini | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/exec/dosemu.ini b/exec/dosemu.ini
index 72ff5e7237..2c5b9266e4 100644
--- a/exec/dosemu.ini
+++ b/exec/dosemu.ini
@@ -9,11 +9,12 @@
 ; $CTRLDIR = path to synchronet ctrl dir
 ; $NODEDIR = path to synchronet node dir
 ; $DOSEMUBIN = path to dosemu.bin
-; $VIRTCONF = appends virtual when needed (ie fossil) (-I"serial { virtual com 1 }")
+; $VIRTUALCONF = appends virtual when needed (ie fossil) (-I"serial { virtual com 1 }")
 ; $DOSEMUCONF = path to global dosemu conf
 ; $EXTBAT = batch file to execute (external.bat)
 ; $EXTLOG = external log (used on events)
-; add -I'keystroke "\r"' if you need that behavior back
+; $RUNTYPE = FOSSIL or STDIO
+; $NNUM = node number
 ;
 ; for com/uart/fossil i/o external programs, put it in the global "cmd" key
 ; for intercept i/o programs, you can override by putting "cmd" key under [stdio] section
-- 
GitLab