From owner-svn-src-all@FreeBSD.ORG Fri Dec 7 01:14:53 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2BA68BD; Fri, 7 Dec 2012 01:14:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C10D88FC16; Fri, 7 Dec 2012 01:14:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB71EqYM072623; Fri, 7 Dec 2012 01:14:52 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB71EqZK072622; Fri, 7 Dec 2012 01:14:52 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201212070114.qB71EqZK072622@svn.freebsd.org> From: Konstantin Belousov Date: Fri, 7 Dec 2012 01:14:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r243963 - stable/9/share/man/man9 X-SVN-Group: stable-9 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.14 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: Fri, 07 Dec 2012 01:14:53 -0000 Author: kib Date: Fri Dec 7 01:14:52 2012 New Revision: 243963 URL: http://svnweb.freebsd.org/changeset/base/243963 Log: MFC r243845: Document the interpretation of the negative value of ticks for taskqueue_enqueue_timeout(9). MFC r243863: Fix typo. Modified: stable/9/share/man/man9/taskqueue.9 Directory Properties: stable/9/share/man/man9/ (props changed) Modified: stable/9/share/man/man9/taskqueue.9 ============================================================================== --- stable/9/share/man/man9/taskqueue.9 Fri Dec 7 01:13:07 2012 (r243962) +++ stable/9/share/man/man9/taskqueue.9 Fri Dec 7 01:14:52 2012 (r243963) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 26, 2011 +.Dd December 4, 2012 .Dt TASKQUEUE 9 .Os .Sh NAME @@ -180,6 +180,13 @@ is used to schedule the enqueue after th Only non-fast task queues can be used for .Va timeout_task scheduling. +If the +.Va ticks +argument is negative, the already scheduled enqueueing is not re-scheduled. +Otherwise, the task is scheduled for enqueueing in the future, +after the absolute value of +.Va ticks +is passed. .Pp The .Fn taskqueue_cancel