Skip to content

Commit ba5c2dd

Browse files
committed
correct docs ding
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent a0eef8c commit ba5c2dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sys/timer.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//! Timer API via signals.
22
//!
33
//! Timer is a POSIX API to create timers and get expiration notifications
4-
//! through queued signals for the current process. This is similar to
5-
//! [`crate::sys::timerfd`] but available on systems other than Linux and makes
6-
//! use of Unix signals instead of file polling.
4+
//! through queued Unix signals, for the current process. This is similar to
5+
//! Linux's timerfd mechanism, except that API is specific to Linux and makes
6+
//! use of file polling.
77
//!
88
//! For more documentation, please read [timer_create](https://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html).
99
//!

0 commit comments

Comments
 (0)