From 3b4a66cfb688af9fa18e6f73ad9349a3d0a972d9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 2 Sep 2008 21:23:35 -0400 Subject: [PATCH] Fix bold font specifer in mke2fs.8 man page Signed-off-by: "Theodore Ts'o" --- misc/mke2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 991f749..22d27c8 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -212,7 +212,7 @@ to support a filesystem that has .I max-online-resize blocks. .TP -.B lazy_itable_init\fR[\fb= \fI<0 to disable, 1 to enable>\fR] +.B lazy_itable_init\fR[\fB= \fI<0 to disable, 1 to enable>\fR] If enabled and the uninit_bg feature is enabled, the inode table will not be fully initialized by .BR mke2fs . -- 1.8.3.1