docs: fix typo

This commit is contained in:
Lennart Poettering 2018-11-29 11:17:36 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent c1d3483d47
commit edc8e7b81f

View file

@ -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