svn commit: r330540 - head/share/man/man8

Rodrigo Osorio rodrigo at FreeBSD.org
Tue Mar 6 14:31:16 UTC 2018


Author: rodrigo (ports committer)
Date: Tue Mar  6 14:31:15 2018
New Revision: 330540
URL: https://svnweb.freebsd.org/changeset/base/330540

Log:
  Update the diskless manpage
  
  According with /etc/rc.initdiskless the default mfs allocation
  is now 5Mb (10240 x 512 bytes sectors)
  
  Submitted by:	rodrigo
  Reviewed by:	bcr
  Approved by:	manpages (bcr)
  Differential Revision:	https://reviews.freebsd.org/D14592

Modified:
  head/share/man/man8/diskless.8

Modified: head/share/man/man8/diskless.8
==============================================================================
--- head/share/man/man8/diskless.8	Tue Mar  6 14:28:37 2018	(r330539)
+++ head/share/man/man8/diskless.8	Tue Mar  6 14:31:15 2018	(r330540)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 7, 2011
+.Dd March 6, 2018
 .Dt DISKLESS 8
 .Os
 .Sh NAME
@@ -311,7 +311,7 @@ The
 .Nm
 scripts create memory file systems to hold the overridden
 directories.
-Only a 2MB partition is created by default, which may not
+Only a 5MB partition is created by default, which may not
 be sufficient for your purposes.
 To override this, you can create the
 file


More information about the svn-src-all mailing list