]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: fix typo
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Nov 2018 10:17:36 +0000 (11:17 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Nov 2018 14:29:47 +0000 (15:29 +0100)
docs/BLOCK_DEVICE_LOCKING.md

index bf844842557fe11f3d937438083c07fbb9d49919..ceb060c0c9dbca992a84888d9672fba9852446bc 100644 (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
 (`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