Skip to content

Commit 00de7d2

Browse files
committed
Merge branch 'master' into jwt27
2 parents 4a9f9c9 + d6915a6 commit 00de7d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/libc/dpmi/api/d0401.txh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Please refer to the DPMI Specification (@pxref{DPMI Specification})
1414
for details on DPMI function call operation. Also see
1515
the DPMI Overview (@pxref{DPMI Overview}) for general information.
1616

17-
DPMI function AX = 0x0401 (DPMI 1.0 only). Not supported by CWSDPMI and
18-
Windows.
17+
DPMI function AX = 0x0401 (DPMI 1.0 only). Supported by CWSDPMI v5
18+
and later, but not by Windows.
1919

2020
Gets the capabilities of the server. @var{flags} are as follows:
2121

src/libc/dpmi/api/d0506.txh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ not by Windows.
2020
This function retrieves the attributes of a number of pages. Pass the
2121
handle in @code{@var{info}->handle}, offset of first page (relative to
2222
start of block) in @code{@var{info}->address}, and number of pages in
23-
@code{@var{info}->count}. The buffer @var{buffer} gets filled in with
23+
@code{@var{info}->size}. The buffer @var{buffer} gets filled in with
2424
the attributes. For each page, a 16-bit attribute word in @var{buffer}
2525
defines the attributes of that page as follows:
2626

src/libc/dpmi/api/d0507.txh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ not by Windows.
2020
This function sets attributes of a number of pages. Pass handle in
2121
@code{@var{info}->handle}, offset within block in
2222
@code{@var{info}->address}, and number of pages in
23-
@code{@var{info}->count}. @var{buffer} points to an array of 16-bit
23+
@code{@var{info}->size}. @var{buffer} points to an array of 16-bit
2424
words which specify the new attributes.
2525
@xref{__dpmi_get_page_attributes}, for the definition of the page
2626
attribute word.

0 commit comments

Comments
 (0)