From: Lennart Poettering Date: Thu, 29 Nov 2018 10:17:36 +0000 (+0100) Subject: docs: fix typo X-Git-Tag: v240~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edc8e7b81f061dec9871f8255741f1f8964d82b6;p=thirdparty%2Fsystemd.git docs: fix typo --- diff --git a/docs/BLOCK_DEVICE_LOCKING.md b/docs/BLOCK_DEVICE_LOCKING.md index bf844842557..ceb060c0c9d 100644 --- a/docs/BLOCK_DEVICE_LOCKING.md +++ b/docs/BLOCK_DEVICE_LOCKING.md @@ -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 (`lockf()`, `F_SETLK`, …) are different concepts, and in their effect 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 manipulating block devices in all tools that change file system block devices