Skip to content

Commit 8e62dc1

Browse files
authored
Apply suggestions from code review
1 parent d3e82f1 commit 8e62dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/io/ioctl.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use backend::fd::AsFd;
1818
/// clearing any other flags that might be set.
1919
///
2020
/// Linux: Note that `ioctl` can not be used on `OFlags::PATH` file
21-
descriptors.
21+
/// descriptors.
2222
#[cfg(any(apple, linux_kernel))]
2323
#[inline]
2424
#[doc(alias = "FIOCLEX")]
@@ -37,7 +37,7 @@ pub fn ioctl_fioclex<Fd: AsFd>(fd: Fd) -> io::Result<()> {
3737
/// clearing any other flags that might be set.
3838
///
3939
/// Linux: Note that `ioctl` can not be used on `OFlags::PATH` file
40-
descriptors.
40+
/// descriptors.
4141
#[cfg(any(apple, linux_kernel))]
4242
#[inline]
4343
#[doc(alias = "FIONCLEX")]

0 commit comments

Comments
 (0)