From 0c440f195ad7b98cabd404695bac0a9ed6335ad6 Mon Sep 17 00:00:00 2001 From: eudoxia Date: Tue, 24 Aug 2021 22:01:22 -0400 Subject: certain comment corrections --- nav.sh | 4 ++-- svgtex.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nav.sh b/nav.sh index 9f0b71e..cc54b4b 100755 --- a/nav.sh +++ b/nav.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -# usage: nav.sh +# usage: ./nav.sh # Copyright 2019-2021 DistressNetwork° # @@ -19,7 +19,7 @@ set -e # along with this program. If not, see . echo '
' > $2	# starting 
 tag
-echo '' >> $2	# util for smd.sh
+echo '' >> $2	# util for plain.sh
 
 # initial tree generation
 
diff --git a/svgtex.sh b/svgtex.sh
index 9597b06..5098954 100755
--- a/svgtex.sh
+++ b/svgtex.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-# usage: echo "" | svgtex.sh 
+# usage: echo "" | ./svgtex.sh 
 
 # Copyright 2019-2021 DistressNetwork° 
 #
-- 
cgit v1.2.3