aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/msdog.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/man/msdog.texi b/man/msdog.texi
index 349059b7c74..a3e382d1474 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -593,12 +593,15 @@ Each DOS codepage is identified by a 3-digit number, such as 850, 862,
593etc. 593etc.
594 594
595 In contrast to X, which lets you use several fonts at the same time, 595 In contrast to X, which lets you use several fonts at the same time,
596MS-DOS doesn't allow use of several codepages in a single session. 596MS-DOS normally doesn't allow use of several codepages in a single
597Instead, MS-DOS loads a single codepage at system startup, and you must 597session. MS-DOS was designed to load a single codepage at system
598reboot MS-DOS to change it@footnote{Normally, one particular codepage is 598startup, and require you to reboot in order to change
599burnt into the display memory, while other codepages can be installed by 599it@footnote{Normally, one particular codepage is burnt into the display
600modifying system configuration files, such as @file{CONFIG.SYS}, and 600memory, while other codepages can be installed by modifying system
601rebooting.}. Much the same limitation applies when you run DOS 601configuration files, such as @file{CONFIG.SYS}, and rebooting. While
602third-party software is known to exist that allows to change the
603codepage without rebooting, we describe here how a stock MS-DOS system
604behaves.}. Much the same limitation applies when you run DOS
602executables on other systems such as MS-Windows. 605executables on other systems such as MS-Windows.
603 606
604@cindex unibyte operation @r{(MS-DOS)} 607@cindex unibyte operation @r{(MS-DOS)}