Date: Wed, 10 Mar 2010 00:47:09 +0000 (UTC) From: Maxim Sobolev <sobomax@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r204936 - head/sbin/newfs Message-ID: <201003100047.o2A0l9vh079046@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sobomax Date: Wed Mar 10 00:47:09 2010 New Revision: 204936 URL: http://svn.freebsd.org/changeset/base/204936 Log: Fix "Empty input line" mdoc warning. Submitted by: Alexander Best Modified: head/sbin/newfs/newfs.8 Modified: head/sbin/newfs/newfs.8 ============================================================================== --- head/sbin/newfs/newfs.8 Tue Mar 9 23:12:18 2010 (r204935) +++ head/sbin/newfs/newfs.8 Wed Mar 10 00:47:09 2010 (r204936) @@ -78,10 +78,10 @@ The following options define the general .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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003100047.o2A0l9vh079046>