doc: readme tweaks
This commit is contained in:
parent
564db33b82
commit
1bcd5d35e3
12
README.md
12
README.md
@ -38,21 +38,23 @@ to run on Linux.
|
|||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
The library is [distributed][dist] as a single source file
|
The library is [distributed][dist] as a single source file
|
||||||
([wepoll.c][wepoll.c]) and a single header file ([wepoll.h][wepoll.h]).
|
([wepoll.c][wepoll.c]) and a single header file ([wepoll.h][wepoll.h]).<br>
|
||||||
Compile the .c file as part of your project, and include the header
|
Compile the .c file as part of your project, and include the header wherever
|
||||||
wherever needed.
|
needed.
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
|
||||||
* Requires Windows Vista or higher.
|
* Requires Windows Vista or higher.
|
||||||
* Can be compiled with recent versions of MSVC, Clang, and GCC.
|
* Can be compiled with recent versions of MSVC, Clang, and GCC.
|
||||||
|
|
||||||
## API notes
|
## API
|
||||||
|
|
||||||
### General
|
### General remarks
|
||||||
|
|
||||||
* The epoll port is a `HANDLE`, not a file descriptor.
|
* The epoll port is a `HANDLE`, not a file descriptor.
|
||||||
* All functions set both `errno` and `GetLastError()` on failure.
|
* All functions set both `errno` and `GetLastError()` on failure.
|
||||||
|
* For more extensive documentation, see the [epoll(7) man page][man epoll],
|
||||||
|
and the per-function man pages that are linked below.
|
||||||
|
|
||||||
### epoll_create/epoll_create1
|
### epoll_create/epoll_create1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user