From owner-freebsd-doc@freebsd.org Tue Oct 16 14:50:39 2018 Return-Path: Delivered-To: freebsd-doc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9395E10D5C70 for ; Tue, 16 Oct 2018 14:50:39 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mgm51.net (oneyou.mgm51.net [IPv6:2607:f2f8:af30::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oneyou.mgm51.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34AFF8FF9E for ; Tue, 16 Oct 2018 14:50:38 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:558:6017:94:c582:1d99:a986:7609]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mgm51.net (Postfix) with ESMTPS id 42ZJC13jxPzZDyl for ; Tue, 16 Oct 2018 10:50:37 -0400 (EDT) Received: from [IPv6:fdcf:b715:2f4d:1:a14f:2b7:6529:5710] (unknown [IPv6:fdcf:b715:2f4d:1:a14f:2b7:6529:5710]) by sentry.24cl.com (Postfix) with ESMTP id 42ZJC03yb9zP7wP for ; Tue, 16 Oct 2018 10:50:36 -0400 (EDT) To: freebsd-doc@FreeBSD.org From: Mike Subject: man: zpool replace inconsistency Message-ID: Date: Tue, 16 Oct 2018 10:50:31 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 14:50:39 -0000 On page: https://www.freebsd.org/cgi/man.cgi?query=zpool&apropos=0&sektion=0&manpath=FreeBSD+11.2-RELEASE+and+Ports&arch=default&format=html ===== zpool replace [-f] pool device [new_device] Replaces old_device with new_device. This is equivalent to attaching new_device, waiting for it to resilver, and then detaching old_device. ===== The synopsis uses "pool device" while the description uses "old_device."