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 a16a9f8 commit 99a3ea3Copy full SHA for 99a3ea3
src/fcntl.rs
@@ -745,7 +745,7 @@ pub enum FcntlArg<'a> {
745
F_SETFL(OFlag), // O_NONBLOCK
746
/// Set or clear a file segment lock
747
F_SETLK(&'a libc::flock),
748
- /// Like [`F_SETLK`](FcntlArg::F_SETLK) except that if a shared or exclusive lock is blocked by
+ /// Like [`F_SETLK`] except that if a shared or exclusive lock is blocked by
749
/// other locks, the process waits until the request can be satisfied.
750
F_SETLKW(&'a libc::flock),
751
/// Get the first lock that blocks the lock description
0 commit comments