Skip to content

Commit

Permalink
[#528] Fix wording in docu
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Nov 26, 2024
1 parent 7decc19 commit b614123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions iceoryx2/src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
//!
//! ## Simple Event Loop With Disabled [`Signal`](iceoryx2_bb_posix::signal::Signal) Handling
//!
//! This example demonstrates how the [`Node`](crate::node::Node) can be used when another instance is handling
//! system signals. The builder parameter
//! [`NodeBuilder::signal_handling_mode()`](crate::node::NodeBuilder::signal_handling_mode()) can be used
//! to disable signal handling in all [`Node`](crate::node::Node) calls like
//! This example demonstrates how the [`Node`](crate::node::Node) can be used when system signals
//! are being handled elsewhere. The builder parameter
//! [`NodeBuilder::signal_handling_mode()`](crate::node::NodeBuilder::signal_handling_mode())
//! can be used to disable signal handling in all [`Node`](crate::node::Node) calls like
//! [`Node::wait()`](crate::node::Node::wait()).
//!
//! ```no_run
Expand Down
2 changes: 1 addition & 1 deletion iceoryx2/src/port/waitset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
//! ## Using [`WaitSet`](crate::port::waitset::WaitSet) Without [`Signal`](iceoryx2_bb_posix::signal::Signal) Handling
//!
//! This example demonstrates how the [`WaitSet`](crate::port::waitset::WaitSet) can be used when
//! another instance is handling system signals. The builder parameter
//! system signals are being handled elsewhere. The builder parameter
//! [`WaitSetBuilder::signal_handling_mode()`](crate::port::waitset::WaitSetBuilder::signal_handling_mode())
//! can be used to disable signal handling in all [`WaitSet`](crate::port::waitset::WaitSet) calls
//! like [`WaitSet::wait_and_process()`](crate::port::waitset::WaitSet::wait_and_process()) or
Expand Down

0 comments on commit b614123

Please sign in to comment.