From 61ea4dafc769f8e55800d8b449032b42858bf2c2 Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 10 Mar 2010 00:47:09 +0000 Subject: Fix "Empty input line" mdoc warning. Submitted by: Alexander Best --- sbin/newfs/newfs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/newfs/newfs.8') diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 9aea040..ec9bcd8 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. -- cgit v1.1