]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix markup in flock.1.adoc
authorMario Blättermann <mario.blaettermann@gmail.com>
Sun, 31 Aug 2025 15:26:46 +0000 (17:26 +0200)
committerGitHub <noreply@github.com>
Sun, 31 Aug 2025 15:26:46 +0000 (17:26 +0200)
sys-utils/flock.1.adoc

index 1790f3f196c67b4562accc0bb25b0cf369f266e2..7b48fd165813dde89d0260ae726f0cecde216c49 100644 (file)
@@ -83,7 +83,7 @@ Drop a lock. This is usually not required, since a lock is automatically dropped
 Fail if the lock cannot be acquired within _seconds_. Decimal fractional values are allowed. See the *-E* option for the exit status used. The zero number of _seconds_ is interpreted as *--nonblock*.
 
 *--fcntl*::
-Instead of flock(2), apply an fcntl(2) open file description lock (that is, using the F_OFD_SETLK (non-blocking) or F_OFD_SETLKW (blocking) commands). These locks are independent of those applied via flock(2), but, unlike traditional POSIX fcntl() locks (F_SETLK, F_SETLKW), have semantics matching those of flock(2).
+Instead of *flock*(2), apply an *fcntl*(2) open file description lock (that is, using the *F_OFD_SETLK* (non-blocking) or *F_OFD_SETLKW* (blocking) commands). These locks are independent of those applied via *flock*(2), but, unlike traditional POSIX fcntl() locks (*F_SETLK*, *F_SETLKW*), have semantics matching those of *flock*(2).
 +
 This is only available on kernel versions >= 3.15.