From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 23:39:57 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8733A1065744 for ; Fri, 7 Jan 2011 23:39:57 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-vw0-f68.google.com (mail-vw0-f68.google.com [209.85.212.68]) by mx1.freebsd.org (Postfix) with ESMTP id 3EE5D8FC18 for ; Fri, 7 Jan 2011 23:39:57 +0000 (UTC) Received: by vws13 with SMTP id 13so1783882vws.7 for ; Fri, 07 Jan 2011 15:39:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=1XG4UwMCk5696Him3UL6o41ZZVDh0/ZbnDnCNJE1g1g=; b=uxK8/9qgN2GZ/RPSAclrLpJ3KssRTgj77K6OGOsPb4jdykc2Ywr7rhydoSYEuF5Nim xSaQlWdZJ3DIFXLGiqNUJ5P/Z6RjAzGFhzrYVf25/xyS+wSYcrZllCCuMvHzaOxGDTaJ SQxJmxSfqY4QP2FABgC8CPyRYsz9sLfdaDWAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=vzgr/VlLQ29jZ+Sv18D4paqRQmomj3ToZZOoNFkX6PxBmYMDb85jF4xCv7f4ywx2cb Ck/0zehBlVjAQERUy5vToqHcK2cvKoQGXJqOeRgJ66tTRNOi7GHXNbvIvpk9/2wIlSXg QnyeblrOG6a06SPG/hv0Q1vBNkoHT/tOu4g5I= Received: by 10.220.187.136 with SMTP id cw8mr326241vcb.9.1294439637320; Fri, 07 Jan 2011 14:33:57 -0800 (PST) Received: from localhost (tor.lilly.cc [92.241.190.168]) by mx.google.com with ESMTPS id u4sm5862514vch.36.2011.01.07.14.33.51 (version=SSLv3 cipher=RC4-MD5); Fri, 07 Jan 2011 14:33:56 -0800 (PST) From: Anonymous To: Yuri References: <4D245F73.1050401@rawbw.com> Date: Sat, 08 Jan 2011 01:33:31 +0300 In-Reply-To: <4D245F73.1050401@rawbw.com> (yuri@rawbw.com's message of "Wed, 05 Jan 2011 04:09:23 -0800") Message-ID: <86lj2wmjic.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@freebsd.org Subject: Re: Why top(1) only shows time of the main thread? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2011 23:39:57 -0000 Yuri writes: > TIME column is supposed to show time of the process (according to its > man page). > But it seems like it only shows the time of its main thread. > > Why? Bug in documentation? Wasn't this fixed in r182966?