New console code based on Win32 windows.

diff --git a/documentation/wine.man.in b/documentation/wine.man.in
index e87c156..88da2db 100644
--- a/documentation/wine.man.in
+++ b/documentation/wine.man.in
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH WINE 1 "Aug 5, 2001" "Version 20010731" "Windows On Unix"
+.TH WINE 1 "Oct 13, 2001" "Version 20011004" "Windows On Unix"
 .SH NAME
 wine \- run Windows programs on Unix
 .SH SYNOPSIS
@@ -20,6 +20,16 @@
 .I program
 instead.
 .PP
+For running CUI executables (Windows console programs), use
+.B wineconsole
+instead of
+.B wine
+. This will display all the output in a separate windows (this requires X11 to
+run). Not using
+.B wineconsole
+for CUI programs will only provide very limited console support, and your
+program might not function properly.
+.PP
 .B wine 
 currently runs a growing list of applications written for all kinds of
 Windows versions >= Win2.0, e.g. Win3.1, Win95/98, NT.
@@ -350,6 +360,11 @@
 .B wine 
 program loader.
 .TP
+.I @prefix@/bin/wineconsole
+The 
+.B wine 
+program loader for CUI (console) applications.
+.TP
 .I @prefix@/bin/dosmod
 The DOS program loader.
 .TP