svn commit: r318938 - vendor/illumos/dist/man/man1m

Andriy Gapon avg at FreeBSD.org
Fri May 26 11:56:30 UTC 2017


Author: avg
Date: Fri May 26 11:56:28 2017
New Revision: 318938
URL: https://svnweb.freebsd.org/changeset/base/318938

Log:
  6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices
  
  illumos/illumos-gate at e4cb59f791c5c6dea7ad4caa6dee845024ce71ef
  https://github.com/illumos/illumos-gate/commit/e4cb59f791c5c6dea7ad4caa6dee845024ce71ef
  
  https://www.illumos.org/issues/6781
      cache
      A device used to cache storage pool data. A cache device cannot
      be cannot be configured as a mirror or raidz group. For more
      information, see the "Cache Devices" section.
    needs changed to
      cache
      A device used to cache storage pool data. A cache device cannot
      be configured as a mirror or raidz group. For more
      information, see the "Cache Devices" section.
  
  Reviewed by: Toomas Soome <tsoome at me.com>
  Reviewed by: Robert Mustacchi <rm at joyent.com>
  Approved by: Matthew Ahrens <mahrens at delphix.com>
  Author: Alexander Pyhalov <apyhalov at gmail.com>

Modified:
  vendor/illumos/dist/man/man1m/zpool.1m

Modified: vendor/illumos/dist/man/man1m/zpool.1m
==============================================================================
--- vendor/illumos/dist/man/man1m/zpool.1m	Fri May 26 11:55:31 2017	(r318937)
+++ vendor/illumos/dist/man/man1m/zpool.1m	Fri May 26 11:56:28 2017	(r318938)
@@ -23,7 +23,7 @@
 .\" Copyright (c) 2013 by Delphix. All rights reserved.
 .\" Copyright 2016 Nexenta Systems, Inc.
 .\"
-.Dd February 15, 2016
+.Dd March 25, 2016
 .Dt ZPOOL 1M
 .Os
 .Sh NAME
@@ -235,8 +235,8 @@ see the
 .Sx Intent Log
 section.
 .It Sy cache
-A device used to cache storage pool data. A cache device cannot be cannot be
-configured as a mirror or raidz group. For more information, see the
+A device used to cache storage pool data. A cache device cannot be configured
+as a mirror or raidz group. For more information, see the
 .Sx Cache Devices
 section.
 .El


More information about the svn-src-all mailing list