diff options
author | gjb <gjb@FreeBSD.org> | 2014-11-12 08:36:42 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-11-12 08:36:42 +0000 |
commit | 14548525ed746ca00565a8c2f499c9659d2650f2 (patch) | |
tree | f22b47f80abdb9615c83d314e1a0b61239a188e0 /cddl | |
parent | 903adc599a826efac92422e127727ba0904c1f41 (diff) | |
download | FreeBSD-src-14548525ed746ca00565a8c2f499c9659d2650f2.zip FreeBSD-src-14548525ed746ca00565a8c2f499c9659d2650f2.tar.gz |
Fix an mdoc(7) macro that is not an option in the provided
description.
Bump Dd.
As CDDL License dictates, update the Copyright accordingly.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zfs/zfs.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 b/cddl/contrib/opensolaris/cmd/zfs/zfs.8 index 065497f..e37b148 100644 --- a/cddl/contrib/opensolaris/cmd/zfs/zfs.8 +++ b/cddl/contrib/opensolaris/cmd/zfs/zfs.8 @@ -27,10 +27,11 @@ .\" Copyright (c) 2014, Joyent, Inc. All rights reserved. .\" Copyright (c) 2013, Steven Hartland <smh@FreeBSD.org> .\" Copyright (c) 2014, Xin LI <delphij@FreeBSD.org> +.\" Copyright (c) 2014, The FreeBSD Foundation, All Rights Reserved. .\" .\" $FreeBSD$ .\" -.Dd November 10, 2014 +.Dd November 12, 2014 .Dt ZFS 8 .Os .Sh NAME @@ -1791,7 +1792,7 @@ descendent file systems. Recursively destroy all clones of these snapshots, including the clones, snapshots, and children. If this flag is specified, the -.Op fl d +.Fl d flag will have no effect. .It Fl n Do a dry-run ("No-op") deletion. No data will be deleted. This is useful in |