about summary refs log tree commit diff stats
path: root/html/apps/mu.subx.html
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 /html/apps/mu.subx.html
parent1d8849e52d9d07ebfb6113ab6cea3308ece429cd (diff)
downloadmu-8ae2c80e19beb4eba1469ee440f622010825f7cc.tar.gz
5931
Diffstat (limited to 'html/apps/mu.subx.html')
-rw-r--r--html/apps/mu.subx.html2
1 files changed, 1 insertions, 1 deletions
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>
' href='#n176'>176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248