diff options
Diffstat (limited to 'html/subx/053new_segment.subx.html')
-rw-r--r-- | html/subx/053new_segment.subx.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/html/subx/053new_segment.subx.html b/html/subx/053new_segment.subx.html index 791c20a9..563318e7 100644 --- a/html/subx/053new_segment.subx.html +++ b/html/subx/053new_segment.subx.html @@ -23,10 +23,9 @@ body { font-size:12pt; font-family: monospace; color: #aaaaaa; background-color: .LineNr { color:#444444; } .subxS1Comment { color:#2d8cff; } .CommentedCode { color: #6c6c6c; } -.subxFunction { color: #ff8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .subxMinorFunction { color: #875f5f; } .Constant { color:#00a0a0; } -.subxH1Comment { color:#00ffff; } --> </style> @@ -120,7 +119,7 @@ if ('onhashchange' in window) { <span id="L56" class="LineNr">56 </span> <span class="subxComment"># sharing flags</span> <span id="L57" class="LineNr">57 </span> 22 00 00 00 <span class="subxComment"># MAP_PRIVATE | MAP_ANONYMOUS</span> <span id="L58" class="LineNr">58 </span> <span class="subxComment"># fd</span> -<span id="L59" class="LineNr">59 </span> ff ff ff ff <span class="subxH1Comment"># -1 since MAP_ANONYMOUS is specified</span> +<span id="L59" class="LineNr">59 </span> ff ff ff ff <span class="subxComment"># -1 since MAP_ANONYMOUS is specified</span> <span id="L60" class="LineNr">60 </span> <span class="subxComment"># offset</span> <span id="L61" class="LineNr">61 </span> 00 00 00 00 <span class="subxComment"># 0 since MAP_ANONYMOUS is specified</span> <span id="L62" class="LineNr">62 </span> |