about summary refs log tree commit diff stats
path: root/html/304screen.subx.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/304screen.subx.html')
-rw-r--r--html/304screen.subx.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/html/304screen.subx.html b/html/304screen.subx.html
index 7a756daf..c2799cc8 100644
--- a/html/304screen.subx.html
+++ b/html/304screen.subx.html
@@ -18,6 +18,7 @@ a { color:inherit; }
 .LineNr { }
 .SpecialChar { color: #d70000; }
 .subxS1Comment { color: #0000af; }
+.CommentedCode { color: #8a8a8a; }
 .subxFunction { color: #af5f00; text-decoration: underline; }
 .Constant { color: #008787; }
 .subxMinorFunction { color: #875f5f; }
@@ -511,8 +512,11 @@ if ('onhashchange' in window) {
 <span id="L453" class="LineNr">453 </span>  0x1b
 <span id="L454" class="LineNr">454 </span>
 <span id="L455" class="LineNr">455 </span><span class="SpecialChar">Terminal-filename</span>:  <span class="subxComment"># (addr kernel-string)</span>
-<span id="L456" class="LineNr">456 </span>  <span class="subxComment"># &quot;/dev/null&quot;</span>
+<span id="L456" class="LineNr">456 </span>  <span class="subxComment"># &quot;/dev/tty&quot;</span>
 <span id="L457" class="LineNr">457 </span>  2f/slash 64/d 65/e 76/v 2f/slash 74/t 74/t 79/y 0/nul
+<span id="L458" class="LineNr">458 </span>  <span class="subxComment"># on Linux console</span>
+<span id="L459" class="LineNr">459 </span><span class="CommentedCode">#?   # &quot;/dev/console&quot;</span>
+<span id="L460" class="LineNr">460 </span><span class="CommentedCode">#?   2f/slash 64/d 65/e 76/v 2f/slash 63/c 6f/o 6e/n 73/s 6f/o 6c/l 65/e 0/nul</span>
 </pre>
 </body>
 </html>
152 153 154 155 156 157 158 159 160 161 162 163 164