Remove mentionings of DOS.

This commit is contained in:
Martin v. Löwis 2002-10-10 18:24:54 +00:00
parent e893f2f3b4
commit 36a4d8c20e
7 changed files with 10 additions and 13 deletions

View file

@ -56,7 +56,7 @@ by following the explicit or implicit \emph{line joining} rules.
A physical line ends in whatever the current platform's convention is
for terminating lines. On \UNIX, this is the \ASCII{} LF (linefeed)
character. On DOS/Windows, it is the \ASCII{} sequence CR LF (return
character. On Windows, it is the \ASCII{} sequence CR LF (return
followed by linefeed). On Macintosh, it is the \ASCII{} CR (return)
character.