svn commit: r203806 - stable/8/sbin/newfs

Xin LI delphij at FreeBSD.org
Sat Feb 13 00:29:02 UTC 2010


Author: delphij
Date: Sat Feb 13 00:29:01 2010
New Revision: 203806
URL: http://svn.freebsd.org/changeset/base/203806

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

Modified:
  stable/8/sbin/newfs/newfs.c
Directory Properties:
  stable/8/sbin/newfs/   (props changed)

Modified: stable/8/sbin/newfs/newfs.c
==============================================================================
--- stable/8/sbin/newfs/newfs.c	Fri Feb 12 20:27:35 2010	(r203805)
+++ stable/8/sbin/newfs/newfs.c	Sat Feb 13 00:29:01 2010	(r203806)
@@ -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-stable mailing list