View | Details | Raw Unified | Return to bug 168970
Collapse All | Expand All

(-)zpool-features.5 (+10 lines)
Lines 154-159 Link Here
154
available through the
154
available through the
155
.Sy freeing
155
.Sy freeing
156
property.
156
property.
157
.El
158
.El
159
.Sh EXAMPLES
160
.Bl -tag -width 0n
161
.It Sy Example 1 No Activating the async_destroy feature
162
.Pp
163
The following command activating the async_destroy feature on pool called tank
164
.Bd -literal -offset 2n
165
.Li # Ic zpool set feature@async_destroy=enabled tank
166
.Ed
157
.Sh SEE ALSO
167
.Sh SEE ALSO
158
.Xr zpool 8
168
.Xr zpool 8
159
.Sh AUTHORS
169
.Sh AUTHORS
(-)zpool_main.c (-1 / +1 lines)
Lines 235-241 Link Here
235
	case HELP_LABELCLEAR:
235
	case HELP_LABELCLEAR:
236
		return (gettext("\tlabelclear [-f] <vdev>\n"));
236
		return (gettext("\tlabelclear [-f] <vdev>\n"));
237
	case HELP_LIST:
237
	case HELP_LIST:
238
		return (gettext("\tlist [-H] [-o property[,...]] "
238
		return (gettext("\tlist [-Hv] [-o property[,...]] "
239
		    "[-T d|u] [pool] ... [interval [count]]\n"));
239
		    "[-T d|u] [pool] ... [interval [count]]\n"));
240
	case HELP_OFFLINE:
240
	case HELP_OFFLINE:
241
		return (gettext("\toffline [-t] <pool> <device> ...\n"));
241
		return (gettext("\toffline [-t] <pool> <device> ...\n"));
(-)zpool.8 (+2 lines)
Lines 1348-1353 Link Here
1348
.It Fl H
1348
.It Fl H
1349
Scripted mode. Do not display headers, and separate fields by a single tab
1349
Scripted mode. Do not display headers, and separate fields by a single tab
1350
instead of arbitrary space.
1350
instead of arbitrary space.
1351
.It Fl v
1352
Show more detailed pool information. 
1351
.It Fl o Ar property Ns Op , Ns Ar ...
1353
.It Fl o Ar property Ns Op , Ns Ar ...
1352
Comma-separated list of properties to display. See the
1354
Comma-separated list of properties to display. See the
1353
.Qq Sx Properties
1355
.Qq Sx Properties

Return to bug 168970