mirror of
https://github.com/systemd/systemd.git
synced 2025-02-04 21:47:31 +03:00
docs: fix typo
This commit is contained in:
parent
c1d3483d47
commit
edc8e7b81f
@ -55,7 +55,7 @@ take a `LOCK_EX` *exclusive* lock instead. For further details, see the
|
|||||||
And please keep in mind: BSD file locks (`flock()`) and POSIX file locks
|
And please keep in mind: BSD file locks (`flock()`) and POSIX file locks
|
||||||
(`lockf()`, `F_SETLK`, …) are different concepts, and in their effect
|
(`lockf()`, `F_SETLK`, …) are different concepts, and in their effect
|
||||||
orthogonal. The scheme discussed above uses the former and not the latter,
|
orthogonal. The scheme discussed above uses the former and not the latter,
|
||||||
because the these types of locks more closely match the required semantics.
|
because these types of locks more closely match the required semantics.
|
||||||
|
|
||||||
Summarizing: it is recommended to take `LOCK_EX` BSD file locks when
|
Summarizing: it is recommended to take `LOCK_EX` BSD file locks when
|
||||||
manipulating block devices in all tools that change file system block devices
|
manipulating block devices in all tools that change file system block devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user