]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
misc: fix a dropped line in the mke2fs.conf man page
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Mar 2026 17:13:08 +0000 (12:13 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Mar 2026 17:17:36 +0000 (12:17 -0500)
The transformation ".I proceed_delay" to "/fIProceed_delay/fR" left a
leading period behind, and "./fIproceed_delay/fR" was treated a
undefined roff macro.

Fixes: 29cebc07bd8f ("doc: Updated `ext4`, `mke2fs`, `mke2fs.conf`....")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.conf.5.in

index a6d3994423ace6407c49f342d7155e2d87a193c6..09f5744172cf9962d99eea222d9a3191d0c3fe6b 100644 (file)
@@ -85,7 +85,7 @@ The following relations are defined in the \fI[options]\fR stanza.
 .TP
 .I proceed_delay
 If this relation is set to a positive integer, then \fBmke2fs\fR(8) will wait
-.\fIproceed_delay\fR seconds after asking the user for permission to proceed and
+\fIproceed_delay\fR seconds after asking the user for permission to proceed and
 then continue, even if the
 user has not answered the question.  Defaults to 0, which means to wait
 until the user answers the question one way or another.