We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11b493 commit 1aa9205Copy full SHA for 1aa9205
src/pty.rs
@@ -335,7 +335,7 @@ feature! {
335
///
336
/// In a multithreaded program, only [async-signal-safe] functions like `pause`
337
/// and `_exit` may be called by the child (the parent isn't restricted) until
338
-/// a call of `execve(2)`. Note that memory allocation may **not** be
+/// a call of `execve(2)`. Note that memory allocation may **not** be
339
/// async-signal-safe and thus must be prevented.
340
341
/// Those functions are only a small subset of your operating system's API, so
0 commit comments