Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 18:11:48 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r277578 - stable/10/cddl/contrib/opensolaris/cmd/zfs
Message-ID:  <201501231811.t0NIBmVq015035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Jan 23 18:11:48 2015
New Revision: 277578
URL: https://svnweb.freebsd.org/changeset/base/277578

Log:
  MFC r274418 (gjb):
  
  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

Modified:
  stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8
==============================================================================
--- stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Fri Jan 23 17:49:16 2015	(r277577)
+++ stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs.8	Fri Jan 23 18:11:48 2015	(r277578)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501231811.t0NIBmVq015035>