summaryrefslogtreecommitdiff
path: root/Doc/lib/libuu.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libuu.tex')
-rw-r--r--Doc/lib/libuu.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libuu.tex b/Doc/lib/libuu.tex
index e938c4faeb..53354f23e3 100644
--- a/Doc/lib/libuu.tex
+++ b/Doc/lib/libuu.tex
@@ -14,7 +14,7 @@ is also accepted, and the corresponding file will be opened for
reading and writing; the pathname \code{'-'} is understood to mean the
standard input or output. However, this interface is deprecated; it's
better for the caller to open the file itself, and be sure that, when
-required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS.
+required, the mode is \code{'rb'} or \code{'wb'} on Windows.
This code was contributed by Lance Ellinghouse, and modified by Jack
Jansen.