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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to