about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-27 02:12:37 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-27 02:12:37 -0800
commit8ae2c80e19beb4eba1469ee440f622010825f7cc (patch)
tree7d7af49d3fdfdd671c6a8535e463eba962ea2668
parent1d8849e52d9d07ebfb6113ab6cea3308ece429cd (diff)
downloadmu-8ae2c80e19beb4eba1469ee440f622010825f7cc.tar.gz
5931
-rw-r--r--apps/mu.subx2
-rw-r--r--html/apps/mu.subx.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index 5b0d1358..c1e875af 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -2,7 +2,7 @@
 # http://akkartik.name/post/mu-2019-2
 #
 # To run:
-#   $ ./translate_subx init.linux 0*.subx apps/mu.subx
+#   $ ./translate_subx init.linux [0-9]*.subx apps/mu.subx
 
 # == Goals
 # 1. Be memory safe. It should be impossible to corrupt the heap, or to create
diff --git a/html/apps/mu.subx.html b/html/apps/mu.subx.html
index ec780501..1d28f520 100644
--- a/html/apps/mu.subx.html
+++ b/html/apps/mu.subx.html
@@ -64,7 +64,7 @@ if ('onhashchange' in window) {
 <span id="L2" class="LineNr">   2 </span><span class="subxComment"># <a href="http://akkartik.name/post/mu-2019-2">http://akkartik.name/post/mu-2019-2</a></span>
 <span id="L3" class="LineNr">   3 </span><span class="subxComment">#</span>
 <span id="L4" class="LineNr">   4 </span><span class="subxComment"># To run:</span>
-<span id="L5" class="LineNr">   5 </span><span class="subxComment">#   $ ./translate_subx init.linux 0*.subx apps/mu.subx</span>
+<span id="L5" class="LineNr">   5 </span><span class="subxComment">#   $ ./translate_subx init.linux [0-9]*.subx apps/mu.subx</span>
 <span id="L6" class="LineNr">   6 </span>
 <span id="L7" class="LineNr">   7 </span><span class="subxComment"># == Goals</span>
 <span id="L8" class="LineNr">   8 </span><span class="subxComment"># 1. Be memory safe. It should be impossible to corrupt the heap, or to create</span>