From 5f50ebb849488ec483ab315859da58276467d22d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Delanoy?= Date: Fri, 12 Jul 2013 15:30:28 +0200 Subject: [PATCH] loader: Indicate that wine can run 64-bit apps in the manpage. --- loader/wine.man.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/loader/wine.man.in b/loader/wine.man.in index f6b2569b719..aac5e7501dc 100644 --- a/loader/wine.man.in +++ b/loader/wine.man.in @@ -1,5 +1,4 @@ -.\" -*- nroff -*- -.TH WINE 1 "October 2005" "@PACKAGE_STRING@" "Windows On Unix" +.TH WINE 1 "July 2013" "@PACKAGE_STRING@" "Windows On Unix" .SH NAME wine \- run Windows programs on Unix .SH SYNOPSIS @@ -16,8 +15,8 @@ PROGRAM/ARGUMENTS section of the man page. .SH DESCRIPTION .B wine -loads and runs the given program, where the program is a DOS, Windows -3.x, or Win32 executable (x86 binaries only). +loads and runs the given program, which can be a DOS, Windows +3.x, Win32 or Win64 executable (on 64-bit systems). .PP For debugging wine, use .B winedbg -- 2.11.4.GIT