svn commit: r306994 - stable/11/sbin/mksnap_ffs

Sevan Janiyan sevan at FreeBSD.org
Mon Oct 10 16:35:26 UTC 2016


Author: sevan (doc committer)
Date: Mon Oct 10 16:35:25 2016
New Revision: 306994
URL: https://svnweb.freebsd.org/changeset/base/306994

Log:
  MFC r306607:
  mksnap_ffs appeared in FreeBSD 5.1.
  
  PR:		212510
  Approved by:	bcr (mentor)
  Differential Revision:	https://reviews.freebsd.org/D8105

Modified:
  stable/11/sbin/mksnap_ffs/mksnap_ffs.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/mksnap_ffs/mksnap_ffs.8
==============================================================================
--- stable/11/sbin/mksnap_ffs/mksnap_ffs.8	Mon Oct 10 16:33:44 2016	(r306993)
+++ stable/11/sbin/mksnap_ffs/mksnap_ffs.8	Mon Oct 10 16:35:25 2016	(r306994)
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 14, 2011
+.Dd October 3, 2016
 .Dt MKSNAP_FFS 8
 .Os
 .Sh NAME
@@ -75,7 +75,7 @@ mount -o ro /dev/md0 /mnt/
 The
 .Nm
 utility first appeared in
-.Fx 5.0 .
+.Fx 5.1 .
 .Sh CAVEATS
 The disk full situation is not handled gracefully and may
 lead to a system panic when no free blocks are found.


More information about the svn-src-all mailing list