From owner-freebsd-doc@FreeBSD.ORG Sun Mar 2 17:20:28 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 071FF94 for ; Sun, 2 Mar 2014 17:20:28 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7BCE14FB for ; Sun, 2 Mar 2014 17:20:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s22HKJph015523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 2 Mar 2014 10:20:20 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s22HKJp6015520; Sun, 2 Mar 2014 10:20:19 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 2 Mar 2014 10:20:19 -0700 (MST) From: Warren Block To: Thomas Hoffmann Subject: Re: Processes and Daemons In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 02 Mar 2014 10:20:20 -0700 (MST) Cc: freebsd-doc@freebsd.org, daniel dallmann X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 17:20:28 -0000 On Sun, 2 Mar 2014, Thomas Hoffmann wrote: > On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann wrote: > >> I was wondering if the output from top was displayed with two headers on >> purpose? >> >> http://www.za.freebsd.org/doc/handbook/basics-processes.html > > > I'm guessing yes. The first is without ZFS stats (5 lines), the second with > ZFS stats (6 lines). The text describes the 'top' heading as being 5 or 6 > lines. So these two header formats are the two users will encounter, > depending on their use or non-use of ZFS. If intentional, it's a bit misleading. Better to show just one more realistically and note that the output will vary depending on the individual system. It does not seem necessary mention ZFS specifically.