From: Christian Goeschel Ndjomouo Date: Tue, 6 Jan 2026 00:49:45 +0000 (-0500) Subject: flock: (manpage) fix typo in option description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23992f499f49753e9455eb1ec2812a5d5fd817a;p=thirdparty%2Futil-linux.git flock: (manpage) fix typo in option description Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/flock.1.adoc b/sys-utils/flock.1.adoc index 7b48fd165..9558b2b57 100644 --- a/sys-utils/flock.1.adoc +++ b/sys-utils/flock.1.adoc @@ -67,7 +67,7 @@ Do not fork before executing _command_. Upon execution the flock process is repl *-e*, *-x*, *--exclusive*:: Obtain an exclusive lock, sometimes called a write lock. This is the default. -*-n*, *--nb*, *--nonblock*:: +*-n*, *--nb*, *--nonblocking*:: Fail rather than wait if the lock cannot be immediately acquired. See the *-E* option for the exit status used. *-o*, *--close*::