Browse Source

* Fix some missing information on portability

carl 24 years ago
parent
commit
8cc0d6a04c
1 changed files with 5 additions and 3 deletions
  1. 5 3
      docs/dos.tex

+ 5 - 3
docs/dos.tex

@@ -708,7 +708,7 @@ Procedure GetIntVec (IntNo: byte; var Vector: pointer);
 \var{GetIntVec} returns the address of interrupt vector
 \var{IntNo}.
 \Portability
-Under non-\dos operating systems, this call does nothing.
+This call does nothing, it is present for compatibility only.
 \Errors
 None.
 \SeeAlso
@@ -818,7 +818,7 @@ Procedure Keep (ExitCode: word);
 (Terminate Stay Resident) programs which catch some interrupt.
 \var{ExitCode} is the same parameter as the \var{Halt} function takes.
 \Portability
-Under non-\dos operating systems, this call does nothing.
+This call does nothing, it is present for compatibility only.
 \Errors
 None.
 \SeeAlso
@@ -938,8 +938,10 @@ Procedure SetIntVec (IntNo: byte; Vector: pointer);
 \Description
 \var{SetIntVec} sets interrupt vector \var{IntNo} to \var{Vector}.
 \var{Vector} should point to an interrupt procedure.
+\Portability
+This call does nothing, it is present for compatibility only.
 \Errors
-Under non-\dos operating systems, this call does nothing.
+None.
 \SeeAlso
 \seep{GetIntVec}
 \end{procedure}