From: Mario Blättermann Date: Tue, 10 Feb 2026 11:56:32 +0000 (+0100) Subject: Fix typo in flock.1.adoc X-Git-Tag: v2.43-devel~85^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b35723d91e6fac8dfd4c3ab1d4a95b2dc12c0f;p=thirdparty%2Futil-linux.git Fix typo in flock.1.adoc --- diff --git a/sys-utils/flock.1.adoc b/sys-utils/flock.1.adoc index d9e7a1902..e25bd67e1 100644 --- a/sys-utils/flock.1.adoc +++ b/sys-utils/flock.1.adoc @@ -88,7 +88,7 @@ Instead of *flock*(2), apply an *fcntl*(2) open file description lock (that is, This is only available on kernel versions >= 3.15. *--start* _offset_:: -The starting offset for lock. Ths option implies *--fcntl*. +The starting offset for lock. This option implies *--fcntl*. *--length* _number_:: The number of bytes to lock. Ths option implies *--fcntl*.