svn commit: r316889 - vendor/illumos/dist/man/man1m
Andriy Gapon
avg at FreeBSD.org
Fri Apr 14 17:59:57 UTC 2017
Author: avg
Date: Fri Apr 14 17:59:56 2017
New Revision: 316889
URL: https://svnweb.freebsd.org/changeset/base/316889
Log:
7345 zfs(1m): Description for -d depth appeared in -r
illumos/illumos-gate at cb3c687bb9b8537283a9a4ce7309ff66fc266f2d
https://github.com/illumos/illumos-gate/commit/cb3c687bb9b8537283a9a4ce7309ff66fc266f2d
https://www.illumos.org/issues/7345
The following part of the zfs(1m) man page:
-d depth
Recursively display any children of the dataset, limiting the
recursion to
...
-r Recursively display any children of the dataset on the command
line. depth. A depth of 1 will display only the dataset and its
direct children.
should be changed to:
-d depth
Recursively display any children of the dataset, limiting the
recursion to depth. A depth of 1 will display only the dataset and
its
direct children.
...
-r Recursively display any children of the dataset on the command
line.
Reviewed by: Yuri Pankov <yuri.pankov at nexenta.com>
Approved by: Richard Lowe <richlowe at richlowe.net>
Author: Marcel Telka <marcel at telka.sk>
Modified:
vendor/illumos/dist/man/man1m/zfs.1m
Modified: vendor/illumos/dist/man/man1m/zfs.1m
==============================================================================
--- vendor/illumos/dist/man/man1m/zfs.1m Fri Apr 14 17:59:10 2017 (r316888)
+++ vendor/illumos/dist/man/man1m/zfs.1m Fri Apr 14 17:59:56 2017 (r316889)
@@ -28,7 +28,7 @@
.\" Copyright (c) 2014 Integros [integros.com]
.\" Copyright 2016 Nexenta Systems, Inc.
.\"
-.Dd April 9, 2016
+.Dd September 3, 2016
.Dt ZFS 1M
.Os
.Sh NAME
@@ -2019,6 +2019,12 @@ Same as the
option, but sorts by property in descending order.
.It Fl d Ar depth
Recursively display any children of the dataset, limiting the recursion to
+.Ar depth .
+A
+.Ar depth
+of
+.Sy 1
+will display only the dataset and its direct children.
.It Fl o Ar property
A comma-separated list of properties to display. The property must be:
.Bl -bullet
@@ -2048,10 +2054,6 @@ Display numbers in parsable
values.
.It Fl r
Recursively display any children of the dataset on the command line.
-.Ar depth .
-A depth of
-.Sy 1
-will display only the dataset and its direct children.
.It Fl s Ar property
A property for sorting the output by column in ascending order based on the
value of the property. The property must be one of the properties described in
More information about the svn-src-vendor
mailing list