Deleted Added
sdiff udiff text old ( 239749 ) new ( 239774 )
full compact
1'\" te
2.\" Copyright (c) 2012, Martin Matuska <mm@FreeBSD.org>.
3.\" All Rights Reserved.
4.\"
5.\" The contents of this file are subject to the terms of the
6.\" Common Development and Distribution License (the "License").
7.\" You may not use this file except in compliance with the License.
8.\"

--- 5 unchanged lines hidden (view full) ---

14.\" When distributing Covered Code, include this CDDL HEADER in each
15.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16.\" If applicable, add the following below this CDDL HEADER, with the
17.\" fields enclosed by brackets "[]" replaced with your own identifying
18.\" information: Portions Copyright [yyyy] [name of copyright owner]
19.\"
20.\" Copyright (c) 2012 by Delphix. All rights reserved.
21.\"
22.\" $FreeBSD: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 239749 2012-08-27 19:52:55Z mm $
23.\"
24.Dd Aug 27, 2012
25.Dt ZPOOL-FEATURES 8
26.Os
27.Sh NAME
28.Nm zpool-features
29.Nd ZFS pool feature descriptions
30.Sh DESCRIPTION
31ZFS pool on\-disk format versions are specified via "features" which replace
32the old on\-disk format numbers (the last supported on\-disk format number is

--- 124 unchanged lines hidden (view full) ---

157.Sy freeing
158property.
159.Pp
160This feature is only
161.Sy active
162while
163.Sy freeing
164is non\-zero.
165.Sh SEE ALSO
166.Xr zpool 8
167.Sh AUTHORS
168This manual page is a
169.Xr mdoc 7
170reimplementation of the
171.Tn illumos
172manual page
173.Em zpool-features(5) ,
174modified and customized for
175.Fx
176and licensed under the Common Development and Distribution License
177.Pq Tn CDDL .
178.Pp
179The
180.Xr mdoc 7
181implementation of this manual page was initially written by
182.An Martin Matuska Aq mm@FreeBSD.org .