From db9c9e87f192a70c1e62673c9ce1378a75f3eaff Mon Sep 17 00:00:00 2001 From: mm Date: Mon, 28 Nov 2011 09:33:13 +0000 Subject: Use singular form for zfs destroy snapshot in zfs(8). MFC after: 6 days --- cddl/contrib/opensolaris/cmd/zfs/zfs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cddl') diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8 index 1fbc2be..d1c282a 100644 --- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 +++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8 @@ -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 immediate destruction would occur, for 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 -- cgit v1.1