svn commit: r203534 - head/sbin/newfs

Xin LI delphij at FreeBSD.org
Sat Feb 6 00:25:46 UTC 2010


Author: delphij
Date: Sat Feb  6 00:25:46 2010
New Revision: 203534
URL: http://svn.freebsd.org/changeset/base/203534

Log:
  Correct two typos.
  
  Reported by:	Brandon Falk <falkman gamozo org>
  MFC after:	1 week

Modified:
  head/sbin/newfs/newfs.c

Modified: head/sbin/newfs/newfs.c
==============================================================================
--- head/sbin/newfs/newfs.c	Fri Feb  5 23:17:59 2010	(r203533)
+++ head/sbin/newfs/newfs.c	Sat Feb  6 00:25:46 2010	(r203534)
@@ -499,13 +499,13 @@ usage()
 	    getprogname(),
 	    " [device-type]");
 	fprintf(stderr, "where fsoptions are:\n");
-	fprintf(stderr, "\t-E Erase previuos disk content\n");
+	fprintf(stderr, "\t-E Erase previous disk content\n");
 	fprintf(stderr, "\t-J Enable journaling via gjournal\n");
 	fprintf(stderr, "\t-L volume label to add to superblock\n");
 	fprintf(stderr,
 	    "\t-N do not create file system, just print out parameters\n");
 	fprintf(stderr, "\t-O file system format: 1 => UFS1, 2 => UFS2\n");
-	fprintf(stderr, "\t-R regression test, supress random factors\n");
+	fprintf(stderr, "\t-R regression test, suppress random factors\n");
 	fprintf(stderr, "\t-S sector size\n");
 	fprintf(stderr, "\t-T disktype\n");
 	fprintf(stderr, "\t-U enable soft updates\n");


More information about the svn-src-all mailing list