diff --git a/examples/README.txt b/examples/README.txt index 2d16b210fc6..be94471c8d5 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -98,7 +98,9 @@ examples/pipe examples/poll ^^^^^^^^^^^^^ - A test of the poll() API using FIFOs. + A test of the poll() and select() APIs using FIFOs and, if available, + stdin, and a TCP/IP socket. This example also includes a nice select + based TCP/IP server example. examples/romfs ^^^^^^^^^^^^^^