Skip to content

Commit

Permalink
correct docs ding
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
  • Loading branch information
blt committed Dec 29, 2021
1 parent a0eef8c commit ba5c2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sys/timer.rs
@@ -1,9 +1,9 @@
//! Timer API via signals.
//!
//! Timer is a POSIX API to create timers and get expiration notifications
//! through queued signals for the current process. This is similar to
//! [`crate::sys::timerfd`] but available on systems other than Linux and makes
//! use of Unix signals instead of file polling.
//! through queued Unix signals, for the current process. This is similar to
//! Linux's timerfd mechanism, except that API is specific to Linux and makes
//! use of file polling.
//!
//! For more documentation, please read [timer_create](https://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_create.html).
//!
Expand Down

0 comments on commit ba5c2dd

Please sign in to comment.