From 8c04d588c5da941dab9aa4fd6258a76e694f4227 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 10 Mar 2010 00:47:09 +0000 Subject: [PATCH] Fix "Empty input line" mdoc warning. Submitted by: Alexander Best --- sbin/newfs/newfs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 9aea040cc1dd..ec9bcd8c71a0 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -78,10 +78,10 @@ The following options define the general layout policies: .It Fl E Erase the content of the disk before making the filesystem. The reserved area in front of the superblock (for bootcode) will not be erased. - +.Pp This is a relevant option for flash based storage devices that use wear levelling algorithms. - +.Pp NB: Erasing may take as long time as writing every sector on the disk. .It Fl J Enable journaling on the new file system via gjournal.