From da26ee745c6364f1c4e416046c36815bdc761fd9 Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Mon, 30 Nov 2015 19:51:55 +1100 Subject: [PATCH] loader: Fix a typo and improve a sentence in wine.man.in. Signed-off-by: Hugh McMaster Signed-off-by: Alexandre Julliard --- loader/wine.man.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/loader/wine.man.in b/loader/wine.man.in index f5647a31613..1439b3c70d4 100644 --- a/loader/wine.man.in +++ b/loader/wine.man.in @@ -26,8 +26,7 @@ For running CUI executables (Windows console programs), use .B wineconsole instead of .BR wine . -This will display all the output in a separate windows (this requires X11 to -run). Not using +This will display the output in a separate window. Not using .B wineconsole for CUI programs will only provide very limited console support, and your program might not function properly.