vm86.2: CONFORMING TO: Add 32-bit specific

Note that this call is only on *32-bit* Intel

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Parag Warudkar 2009-02-20 12:36:13 +13:00 committed by Michael Kerrisk
parent 4e434fc137
commit 6dd57cb443
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH VM86 2 1997-07-17 "Linux" "Linux Programmer's Manual"
.TH VM86 2 2009-02-20 "Linux" "Linux Programmer's Manual"
.SH NAME
vm86old, vm86 \- enter virtual 8086 mode
.SH SYNOPSIS
@ -69,5 +69,5 @@ Saved kernel stack exists.
(This is a kernel sanity check; the saved
stack should only exist within vm86 mode itself.)
.SH "CONFORMING TO"
This call is specific to Linux on Intel processors, and should not be
used in programs intended to be portable.
This call is specific to Linux on 32-bit Intel processors,
and should not be used in programs intended to be portable.