svn commit: r326820 - head/sbin/growfs

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Dec 13 14:08:35 UTC 2017


Author: trasz
Date: Wed Dec 13 14:08:33 2017
New Revision: 326820
URL: https://svnweb.freebsd.org/changeset/base/326820

Log:
  Tone down the description for the growfs "-y" flag.
  
  MFC after:	2 weeks

Modified:
  head/sbin/growfs/growfs.8

Modified: head/sbin/growfs/growfs.8
==============================================================================
--- head/sbin/growfs/growfs.8	Wed Dec 13 07:07:27 2017	(r326819)
+++ head/sbin/growfs/growfs.8	Wed Dec 13 14:08:33 2017	(r326820)
@@ -37,7 +37,7 @@
 .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $
 .\" $FreeBSD$
 .\"
-.Dd May 10, 2016
+.Dd December 13, 2017
 .Dt GROWFS 8
 .Os
 .Sh NAME
@@ -68,16 +68,10 @@ The following options are available:
 Causes the new file system parameters to be printed out without actually
 enlarging the file system.
 .It Fl y
-.Dq Expert mode .
-Usually
+Causes
 .Nm
-will ask you if you took a backup of your data before and will do some tests
-whether
-.Ar special
-is currently mounted or whether there are any active snapshots on the file
-system specified.
-This will be suppressed.
-So use this option with great care!
+to assume yes
+as the answer to all operator questions.
 .It Fl s Ar size
 Determines the
 .Ar size


More information about the svn-src-head mailing list