diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-28 02:18:16 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-28 02:18:16 -0800 |
commit | e0610e396f0218f5927be8bbcba9ec05be4b1479 (patch) | |
tree | 8568eb940cc0944422f3e87a5b315e8769c89223 /html/subx/examples/ex12.subx.html | |
parent | 044b4130214f9dbe0d9d9990a3b9c3fa2f0a1e45 (diff) | |
download | mu-e0610e396f0218f5927be8bbcba9ec05be4b1479.tar.gz |
4880
Diffstat (limited to 'html/subx/examples/ex12.subx.html')
-rw-r--r-- | html/subx/examples/ex12.subx.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/html/subx/examples/ex12.subx.html b/html/subx/examples/ex12.subx.html index 39e13baa..9ee9caa9 100644 --- a/html/subx/examples/ex12.subx.html +++ b/html/subx/examples/ex12.subx.html @@ -22,9 +22,8 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .subxS2Comment { color:#4466ff; } .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } -.SpecialChar { color: #ff0000; } +.SpecialChar { color: #d70000; } .CommentedCode { color: #6c6c6c; } -.subxH1Comment { color:#00ffff; } --> </style> @@ -99,7 +98,7 @@ if ('onhashchange' in window) { <span id="L37" class="LineNr">37 </span> <span class="subxComment"># sharing flags</span> <span id="L38" class="LineNr">38 </span> 22 00 00 00 <span class="subxComment"># MAP_PRIVATE | MAP_ANONYMOUS</span> <span id="L39" class="LineNr">39 </span> <span class="subxComment"># fd</span> -<span id="L40" class="LineNr">40 </span> ff ff ff ff <span class="subxH1Comment"># -1 since MAP_ANONYMOUS is specified</span> +<span id="L40" class="LineNr">40 </span> ff ff ff ff <span class="subxComment"># -1 since MAP_ANONYMOUS is specified</span> <span id="L41" class="LineNr">41 </span> <span class="subxComment"># offset</span> <span id="L42" class="LineNr">42 </span> 00 00 00 00 <span class="subxComment"># 0 since MAP_ANONYMOUS is specified</span> <span id="L43" class="LineNr">43 </span> |