diff options
| -rw-r--r-- | man/msdog.texi | 15 |
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, | |||
| 593 | etc. | 593 | etc. |
| 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, |
| 596 | MS-DOS doesn't allow use of several codepages in a single session. | 596 | MS-DOS normally doesn't allow use of several codepages in a single |
| 597 | Instead, MS-DOS loads a single codepage at system startup, and you must | 597 | session. MS-DOS was designed to load a single codepage at system |
| 598 | reboot MS-DOS to change it@footnote{Normally, one particular codepage is | 598 | startup, and require you to reboot in order to change |
| 599 | burnt into the display memory, while other codepages can be installed by | 599 | it@footnote{Normally, one particular codepage is burnt into the display |
| 600 | modifying system configuration files, such as @file{CONFIG.SYS}, and | 600 | memory, while other codepages can be installed by modifying system |
| 601 | rebooting.}. Much the same limitation applies when you run DOS | 601 | configuration files, such as @file{CONFIG.SYS}, and rebooting. While |
| 602 | third-party software is known to exist that allows to change the | ||
| 603 | codepage without rebooting, we describe here how a stock MS-DOS system | ||
| 604 | behaves.}. Much the same limitation applies when you run DOS | ||
| 602 | executables on other systems such as MS-Windows. | 605 | executables on other systems such as MS-Windows. |
| 603 | 606 | ||
| 604 | @cindex unibyte operation @r{(MS-DOS)} | 607 | @cindex unibyte operation @r{(MS-DOS)} |