]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
vm86.2: CONFORMING TO: Add 32-bit specific
authorParag Warudkar <parag.lkml@gmail.com>
Thu, 19 Feb 2009 23:36:13 +0000 (12:36 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 20 Feb 2009 06:52:30 +0000 (19:52 +1300)
Note that this call is only on *32-bit* Intel

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/vm86.2

index 361aa8415de5b1b31ff7b07fb579fca04d176709..49fb5e79657dc32774c8afe9c0e50ead928fc252 100644 (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.