From owner-freebsd-doc@FreeBSD.ORG Sun Apr 1 06:05:46 2007 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2681816A405 for ; Sun, 1 Apr 2007 06:05:46 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id DDFE013C44B for ; Sun, 1 Apr 2007 06:05:45 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so919509ana for ; Sat, 31 Mar 2007 23:05:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Get19e/7FMJbuGo2W01s+reQVC2IWLpOwTdr1j0QHS6mRxyzAUJae13Glmzp333pzOL4XZ4yVcOhN0HFGigsBO3P46L9dPbnuaIAsB/Y3hevDwnjsde1cOtUdlRiAW1xQUI2SBYbHfjqdWFP3wQ7idFOqQJs576AyfMnFWsLtCM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=XTugbGjzJzKx4o8ElGdwASLMsDeOcPxC1sIkIijl7OxEheHr4KzuHRmkqEqg25lMzazXKW9vZ7UJkxBe7bq518XwRyhRZ0ebu1lt/FfC/Uk7+uvbLTfC8gxdgL/PTVJjKik16mx7LQcBsRSxEkz6MHaJ06exwVmyzAGQ6qcNwt4= Received: by 10.100.137.18 with SMTP id k18mr2660201and.1175405922869; Sat, 31 Mar 2007 22:38:42 -0700 (PDT) Received: by 10.100.241.6 with HTTP; Sat, 31 Mar 2007 22:38:42 -0700 (PDT) Message-ID: <47d0403c0703312238o25a378d4s2b0fc14fa507b48c@mail.gmail.com> Date: Sun, 1 Apr 2007 00:38:42 -0500 From: "Ben Kaduk" To: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: typo in ntpd.8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2007 06:05:46 -0000 Hi everyone, I just noticed a small typo in ntpd.8 (after spending a while determining the usage of the tz_dsttime flag used by date(1) and others), but it doesn't seem worth filing a PR. --- ntpd.8.orig 2007-04-01 00:36:14.000000000 -0500 +++ ntpd.8 2007-04-01 00:36:33.000000000 -0500 @@ -37,7 +37,7 @@ arithmetic and does relatively clumsy 64-bit fixed point operations only when necessary to preserve the ultimate precision, about 232 picoseconds. -While the ultimate precision, is not achievable with +While the ultimate precision is not achievable with ordinary workstations and networks of today, it may be required with future gigahertz CPU clocks and gigabit LANs. .Pp -Ben Kaduk