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 d3e82f1 commit 8e62dc1Copy full SHA for 8e62dc1
src/io/ioctl.rs
@@ -18,7 +18,7 @@ use backend::fd::AsFd;
18
/// clearing any other flags that might be set.
19
///
20
/// Linux: Note that `ioctl` can not be used on `OFlags::PATH` file
21
-descriptors.
+/// descriptors.
22
#[cfg(any(apple, linux_kernel))]
23
#[inline]
24
#[doc(alias = "FIOCLEX")]
@@ -37,7 +37,7 @@ pub fn ioctl_fioclex<Fd: AsFd>(fd: Fd) -> io::Result<()> {
37
38
39
40
41
42
43
#[doc(alias = "FIONCLEX")]
0 commit comments