]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: fix error code
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 13 Mar 2022 09:34:39 +0000 (18:34 +0900)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 13 Mar 2022 10:24:45 +0000 (10:24 +0000)
docs/BLOCK_DEVICE_LOCKING.md

index 428e4e3fbf80a17a42897acf1f50a1bc0e6e69a6..13ae3f6e04574e77f36d22eecd282ac98733e5cc 100644 (file)
@@ -25,7 +25,7 @@ taking a BSD file lock on the block device node. Specifically, whenever
 lock using [`flock(2)`](http://man7.org/linux/man-pages/man2/flock.2.html) on
 the main block device (i.e. never on any partition block device, but on the
 device the partition belongs to). If this lock cannot be taken (i.e. `flock()`
-returns `EBUSY`), it refrains from processing the device. If it manages to take
+returns `EAGAIN`), it refrains from processing the device. If it manages to take
 the lock it is kept for the entire time the device is processed.
 
 Note that `systemd-udevd` also watches all block device nodes it manages for