diff options
author | sevan <sevan@FreeBSD.org> | 2016-10-10 16:36:14 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2016-10-10 16:36:14 +0000 |
commit | 708565a25a704ee4a8f9d8e0c60ee94ed83eb766 (patch) | |
tree | 97a6cd6ee235b56bf75546e71066ceaca7b64724 /sbin | |
parent | 3e9603b2946db46fbccfc26b0cc01c5a696e2523 (diff) | |
download | FreeBSD-src-708565a25a704ee4a8f9d8e0c60ee94ed83eb766.zip FreeBSD-src-708565a25a704ee4a8f9d8e0c60ee94ed83eb766.tar.gz |
MFC r306607:
mksnap_ffs appeared in FreeBSD 5.1.
PR: 212510
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D8105
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mksnap_ffs/mksnap_ffs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mksnap_ffs/mksnap_ffs.8 b/sbin/mksnap_ffs/mksnap_ffs.8 index df4bbf9..2010145 100644 --- a/sbin/mksnap_ffs/mksnap_ffs.8 +++ b/sbin/mksnap_ffs/mksnap_ffs.8 @@ -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. |