From owner-svn-src-all@FreeBSD.ORG Mon Jul 7 16:55:08 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A6E1FB5; Mon, 7 Jul 2014 16:55:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 381942962; Mon, 7 Jul 2014 16:55:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67Gt814086031; Mon, 7 Jul 2014 16:55:08 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67Gt8cw086030; Mon, 7 Jul 2014 16:55:08 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201407071655.s67Gt8cw086030@svn.freebsd.org> From: Warner Losh Date: Mon, 7 Jul 2014 16:55:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268369 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 16:55:08 -0000 Author: imp Date: Mon Jul 7 16:55:07 2014 New Revision: 268369 URL: http://svnweb.freebsd.org/changeset/base/268369 Log: Document C_HARDCLOCK flag. Modified: head/share/man/man9/timeout.9 Modified: head/share/man/man9/timeout.9 ============================================================================== --- head/share/man/man9/timeout.9 Mon Jul 7 16:43:42 2014 (r268368) +++ head/share/man/man9/timeout.9 Mon Jul 7 16:55:07 2014 (r268369) @@ -372,6 +372,11 @@ divided by acceptable time deviation: 1 Smaller value allows to aggregate more events in one timer interrupt to reduce processing overhead and power consumption. .El +.It Dv C_HARDCLOCK +Align the timeouts, if possible, to +.Fn hardclock +calls. +.El .Pp The functions .Fn callout_reset_curcpu