From owner-freebsd-questions@FreeBSD.ORG Wed Apr 2 18:03:47 2008 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 03396106566B for ; Wed, 2 Apr 2008 18:03:47 +0000 (UTC) (envelope-from theultramage@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8E18FC16 for ; Wed, 2 Apr 2008 18:03:46 +0000 (UTC) (envelope-from theultramage@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so2750568fgg.35 for ; Wed, 02 Apr 2008 11:03:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=I03DDTETsbDlu8N7BOPEytx0BQYmqLO/4R3pymraEzs=; b=dzoBvnsrIdjsLYXmHsG/eMydH3D0yGvIRUXkMwEYU150R5W5SayPqbykQ2Goi3ReBhB21z0YAElh8+yW5824pdaRBOf2JDff9FrQkJx3b3FCUqrr5ur2HF57gdPXb80TC0TIGA+QCZHU60k43NzOdpxaD9+TnRS6GlUEeOkRkm0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=tU3gAyvGILldXIjk0YS9QKIBBm6HK3n1yxEFPw2Qo6YD+WicPdl+LiFPdKkiId7kGIhTvD2LperYCOlY77UCbOfgSCqAbs5+fZVTLQzo1ZPAAMZyTlWOGIInQylfOp2rClsbZc2DBsE1DVRCGT7fGb/AAy8V9EX8nPadnU/Qptw= Received: by 10.82.146.10 with SMTP id t10mr24570620bud.6.1207157802479; Wed, 02 Apr 2008 10:36:42 -0700 (PDT) Received: by 10.82.127.4 with HTTP; Wed, 2 Apr 2008 10:36:42 -0700 (PDT) Message-ID: <890fa77e0804021036v7ac31f70p91806679c1061709@mail.gmail.com> Date: Wed, 2 Apr 2008 19:36:42 +0200 From: "=?WINDOWS-1252?Q?Viktor_=8Atujber?=" Sender: theultramage@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: d96c4964f609907e Subject: need confirmation of documentation problem for times(3) 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: Wed, 02 Apr 2008 18:03:47 -0000 I have been forwarded to this list from a docs bugreport * http://www.freebsd.org/cgi/query-pr.cgi?pr=122359 and I am looking for confirmation of this issue. Transscript: > The freebsd manpages for 'clock_t times(struct tms *tp)' say the following: > > The times() function returns the value of time in CLK_TCK's of a second since > 0 hours, 0 minutes, 0 seconds, January 1, 1970, Coordinated Universal Time. > But after letting a sample C program print the returned value, it matches > the system's uptime (in clock ticks). > > I would like to ask the bsd devs to clarify whether this is > a documentation problem, or an implementation problem.