Author: delphij Date: Tue Dec 24 07:27:55 2013 New Revision: 259816 URL: http://svnweb.freebsd.org/changeset/base/259816
Log: Fix incorrect markup introduced in r259813. Pointy hat to: delphij X-MFC-after: r259813 Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 ============================================================================== --- head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 Tue Dec 24 07:26:43 2013 (r259815) +++ head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 Tue Dec 24 07:27:55 2013 (r259816) @@ -269,7 +269,6 @@ an existing space map is upgraded to the Once the feature is .Sy active , it will remain in that state until the pool is destroyed. -.El .It Sy extensible_dataset .Bl -column "READ\-ONLY COMPATIBLE" "com.delphix:extensible_dataset" .It GUID Ta com.delphix:extensible_dataset @@ -287,6 +286,7 @@ and will be returned to the .Sy enabled state when all datasets that use this feature are destroyed. +.El .Sh SEE ALSO .Xr zpool 8 .Sh AUTHORS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
