]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mkfs.cramfs: (man) Fix markup in makefs.cramfs.8.adoc
authorMario Blättermann <mario.blaettermann@gmail.com>
Wed, 15 Mar 2023 20:48:57 +0000 (21:48 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 16 Mar 2023 11:32:36 +0000 (12:32 +0100)
[kzak@redhat.com: - improve optional argument formatting]

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/mkfs.cramfs.8.adoc

index 14ce8de8238511b827d40d9a4cabcff146997246..7d4f57d5ff18074e36027e511ae5f876029321a9 100644 (file)
@@ -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[]