From owner-cvs-all@FreeBSD.ORG Sat Jun 21 13:27:55 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B44337B401; Sat, 21 Jun 2003 13:27:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089FF43F75; Sat, 21 Jun 2003 13:27:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5LKRs0U068247; Sat, 21 Jun 2003 13:27:54 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5LKRsPp068246; Sat, 21 Jun 2003 13:27:54 -0700 (PDT) Message-Id: <200306212027.h5LKRsPp068246@repoman.freebsd.org> From: Warner Losh Date: Sat, 21 Jun 2003 13:27:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys ntp_gettime.2 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 20:27:55 -0000 imp 2003/06/21 13:27:54 PDT FreeBSD src repository Modified files: lib/libc/sys ntp_gettime.2 Log: Add clarifications about the information that ntp_gettime returns. TAI is a timescale, just like UTC. The tai field returns the offset between the two, and isn't really used for precision time keeping. Explain in brief what a positive and a negative leap seconds are. Add some URLs to very useful web pages about time and time keeping for more information on using this API. Reviewed by: phk Revision Changes Path 1.2 +18 -8 src/lib/libc/sys/ntp_gettime.2