From owner-freebsd-doc@FreeBSD.ORG Sun Mar 2 15:43:02 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9DFE6E9 for ; Sun, 2 Mar 2014 15:43:02 +0000 (UTC) Received: from mail-ve0-x236.google.com (mail-ve0-x236.google.com [IPv6:2607:f8b0:400c:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 871AE1C68 for ; Sun, 2 Mar 2014 15:43:02 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id jy13so2707993veb.41 for ; Sun, 02 Mar 2014 07:43:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BIPDR9i6pPz7bSXo9Md8VRnKw8dDJoUeS/nq9mV/45Y=; b=0M8wuKpfMdwoEYfh1zAfJeKwVUSxKNPU0aijsBxwIj1l2PuOQSJVeILscYVlAJ/u2M wTGm4yPV4HZ3l0qeXvNjzDYa3nnu8Yey9vRwoftPUWGKcS20ve/oPZw4AN4VNH36IPz2 jqVSQIFR+Cijwen6Z1/XIakTJfwLIRj9E+fexfzObvjsGCcIgDufpbYjVKDBBvoJJTpR 6MgU3qK2HCBa2lrngXcCbu096pmYn2MDV/XJtkt4pArtRYxuVNPsgShEfiy2kADL/ohM GMnG5KmrGcZr3Naw4/+1quYWAGsg4Yw043oHpJP+xmBCXI3py5Tn3MWr+VB2AVq32fhH mAcw== MIME-Version: 1.0 X-Received: by 10.58.202.4 with SMTP id ke4mr12430109vec.7.1393774981605; Sun, 02 Mar 2014 07:43:01 -0800 (PST) Received: by 10.220.168.135 with HTTP; Sun, 2 Mar 2014 07:43:01 -0800 (PST) In-Reply-To: References: Date: Sun, 2 Mar 2014 10:43:01 -0500 Message-ID: Subject: Re: Processes and Daemons From: Thomas Hoffmann To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: 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 15:43:02 -0000 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. -Tom