Author: mm Date: Mon Nov 28 09:33:13 2011 New Revision: 228055 URL: http://svn.freebsd.org/changeset/base/228055
Log: Use singular form for zfs destroy snapshot in zfs(8). MFC after: 6 days Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Modified: head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Mon Nov 28 09:14:51 2011 (r228054) +++ head/cddl/contrib/opensolaris/cmd/zfs/zfs.8 Mon Nov 28 09:33:13 2011 (r228055) @@ -1437,7 +1437,7 @@ behavior for mounted file systems in use .Ar snapshot .Xc .Pp -The given snapshots are destroyed immediately if and only if the +The given snapshot is destroyed immediately if and only if the .Qq Nm Cm destroy command without the .Fl d @@ -1445,7 +1445,7 @@ option would have destroyed it. Such imm example, if the snapshot had no clones and the user-initiated reference count were zero. .Pp -If a snapshot does not qualify for immediate destruction, it is marked for +If the snapshot does not qualify for immediate destruction, it is marked for deferred deletion. In this state, it exists as a usable, visible snapshot until both of the preconditions listed above are met, at which point it is destroyed. .Bl -tag -width indent _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"