loader: Indicate that wine can run 64-bit apps in the manpage.
This commit is contained in:
parent
65f9b540a5
commit
5f50ebb849
|
@ -1,5 +1,4 @@
|
||||||
.\" -*- nroff -*-
|
.TH WINE 1 "July 2013" "@PACKAGE_STRING@" "Windows On Unix"
|
||||||
.TH WINE 1 "October 2005" "@PACKAGE_STRING@" "Windows On Unix"
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
wine \- run Windows programs on Unix
|
wine \- run Windows programs on Unix
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -16,8 +15,8 @@ PROGRAM/ARGUMENTS
|
||||||
section of the man page.
|
section of the man page.
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B wine
|
.B wine
|
||||||
loads and runs the given program, where the program is a DOS, Windows
|
loads and runs the given program, which can be a DOS, Windows
|
||||||
3.x, or Win32 executable (x86 binaries only).
|
3.x, Win32 or Win64 executable (on 64-bit systems).
|
||||||
.PP
|
.PP
|
||||||
For debugging wine, use
|
For debugging wine, use
|
||||||
.B winedbg
|
.B winedbg
|
||||||
|
|
Loading…
Reference in New Issue