summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-04-13 17:42:55 +0100
committerRoy Marples <roy@marples.name>2017-04-13 17:42:55 +0100
commitee2a9c9213ff96d84f9d3b21ee43cff3470d6b6f (patch)
tree7c7839043e5ec8de8bc22f04e78b568aa1910a21 /tests
parentb5a4156228db0d1e31133e103fec616f1ab3b07d (diff)
downloaddhcpcd-ee2a9c9213ff96d84f9d3b21ee43cff3470d6b6f.tar.xz
If no eloop mechanism has been selected for us, print a message
to state which one eloop has chosen.
Diffstat (limited to 'tests')
-rw-r--r--tests/eloop-bench/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/eloop-bench/README.md b/tests/eloop-bench/README.md
index d5983c65..6f4a20c7 100644
--- a/tests/eloop-bench/README.md
+++ b/tests/eloop-bench/README.md
@@ -19,7 +19,7 @@ by giving one of these CPPFLAGS to the Makefile:
* `HAVE_PPOLL`
kqueue(2) is found on modern BSD kernels.
-epoll(2) is found on modern Linux and Solaris kernels.
+epoll(7) is found on modern Linux and Solaris kernels.
These two *should* be the best performers.
pselect(2) *should* be found on any POSIX libc.