diff options
author | Andriy Gapon <avg@FreeBSD.org> | 2017-05-26 11:56:28 +0000 |
---|---|---|
committer | Andriy Gapon <avg@FreeBSD.org> | 2017-05-26 11:56:28 +0000 |
commit | 23d34c427899be1c6394e493f6bc16746782e519 (patch) | |
tree | 4ce7b02c157f2aac374fc415ebe6b7eb5869b938 /man | |
parent | 15a3493f4e2edc9016ea49c40cd2399a40273c2a (diff) | |
download | src-23d34c427899be1c6394e493f6bc16746782e519.tar.gz src-23d34c427899be1c6394e493f6bc16746782e519.zip |
6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices
illumos/illumos-gate@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@me.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Matthew Ahrens <mahrens@delphix.com>
Author: Alexander Pyhalov <apyhalov@gmail.com>
Notes
Notes:
svn path=/vendor/illumos/dist/; revision=318938
Diffstat (limited to 'man')
-rw-r--r-- | man/man1m/zpool.1m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1m/zpool.1m b/man/man1m/zpool.1m index c525623e9053..30145db55d8a 100644 --- a/man/man1m/zpool.1m +++ b/man/man1m/zpool.1m @@ -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 |