Add separate console entry for US-ASCII

This commit is contained in:
Andrey A. Chernov 2001-11-23 07:48:02 +00:00
parent 027e0c2897
commit b99127fbd4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11277

View file

@ -559,9 +559,14 @@ keychange="<replaceable>fkey_number sequence</replaceable>"</programlisting>
</row> </row>
<row> <row>
<entry>CP437 (hardware default) or US-ASCII</entry> <entry>CP437 (VGA default)</entry>
<entry><literal>cons25</literal></entry> <entry><literal>cons25</literal></entry>
</row> </row>
<row>
<entry>US-ASCII</entry>
<entry><literal>cons25w</literal></entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>