meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit bf829152f3b11d8ae8382c43e42f21e78142bb83
parent ceced76794ba619594e30c286788f8c7b4793db3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 13 Nov 2023 14:50:06 +0100

htrdr: fix a typo in the installation listing

Diffstat:
Mhtrdr/htrdr.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htrdr/htrdr.html.in b/htrdr/htrdr.html.in @@ -396,7 +396,7 @@ shell to register <code>htrdr</code> against it. You can then run <code>htrdr</code> and consult its manual pages:</p> <pre class="code"> -~ $ . ~/htrdr-${VERSION}/etc/htrdr.profile +~ $ . ~/htrdr_${VERSION}/etc/htrdr.profile ~ $ htrdr -h ~ $ man htrdr </pre>