diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index d79b191..9ec1cb8 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -58,9 +58,10 @@ extern "C" { * Signal safety * ============= * - * libevdev is signal-safe for the majority of its operations. Check the API - * documentation to make sure, unless explicitly stated a call is not - * signal safe. + * libevdev is signal-safe for the majority of its operations, i.e. many of + * its functions are safe to be called from within a signal handler. + * Check the API documentation to make sure, unless explicitly stated a call + * is not signal safe. * * Device handling * ===============