From: Mario Blättermann Date: Wed, 15 Mar 2023 20:48:57 +0000 (+0100) Subject: mkfs.cramfs: (man) Fix markup in makefs.cramfs.8.adoc X-Git-Tag: v2.39-rc2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8416a9fd6c592e1f59184fc0ce3989e422d8475;p=thirdparty%2Futil-linux.git mkfs.cramfs: (man) Fix markup in makefs.cramfs.8.adoc [kzak@redhat.com: - improve optional argument formatting] Signed-off-by: Karel Zak --- diff --git a/disk-utils/mkfs.cramfs.8.adoc b/disk-utils/mkfs.cramfs.8.adoc index 14ce8de823..7d4f57d5ff 100644 --- a/disk-utils/mkfs.cramfs.8.adoc +++ b/disk-utils/mkfs.cramfs.8.adoc @@ -62,14 +62,13 @@ This option is ignored. Originally the *-s* turned on directory entry sorting. *-z*:: Make explicit holes. -*-l*\fR[=\fImode\fR]:: +*-l*[=_mode_]:: Use exclusive BSD lock for device or file it operates. The optional argument - \fImode\fP can be \fByes\fR, \fBno\fR (or 1 and 0) or \fBnonblock\fR. If the \fImode\fR - argument is omitted, it defaults to \fB"yes"\fR. This option overwrites - environment variable \fB$LOCK_BLOCK_DEVICE\fR. The default is not to use any + _mode_ can be _yes_, _no_ (or 1 and 0) or _nonblock_. If the \fImode\fR + argument is omitted, it defaults to _"yes"_. This option overwrites + environment variable *$LOCK_BLOCK_DEVICE*. The default is not to use any lock at all, but it's recommended to avoid collisions with udevd or other tools. - .TP include::man-common/help-version.adoc[]