From: Tobias Stoeckmann Date: Tue, 7 Apr 2026 16:03:15 +0000 (+0200) Subject: mkfs.bfs(man): Add ENVIRONMENT section X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=827330b7e4f727e0cd6bdd54ddaab3d9d3ed49aa;p=thirdparty%2Futil-linux.git mkfs.bfs(man): Add ENVIRONMENT section Document LOCK_BLOCK_DEVICE, which is supported by the tool. Signed-off-by: Tobias Stoeckmann --- diff --git a/disk-utils/mkfs.bfs.8.adoc b/disk-utils/mkfs.bfs.8.adoc index 647b0d5bb..38cc95597 100644 --- a/disk-utils/mkfs.bfs.8.adoc +++ b/disk-utils/mkfs.bfs.8.adoc @@ -57,6 +57,11 @@ This option is silently ignored. include::man-common/help-version.adoc[] Option *-V* only works as *--version* when it is the only option. +== ENVIRONMENT + +LOCK_BLOCK_DEVICE=:: +use exclusive BSD lock. The mode is "1" or "0". See *--lock* for more details. + == EXIT STATUS The exit status returned by *mkfs.bfs* is 0 when all went well, and 1 when something went wrong.