From owner-svn-src-head@FreeBSD.ORG Tue Dec 4 14:07:17 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A93DD5A1; Tue, 4 Dec 2012 14:07:17 +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 8D99E8FC13; Tue, 4 Dec 2012 14:07:17 +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 qB4E7Hr3005710; Tue, 4 Dec 2012 14:07:17 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB4E7HJ4005709; Tue, 4 Dec 2012 14:07:17 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201212041407.qB4E7HJ4005709@svn.freebsd.org> From: Konstantin Belousov Date: Tue, 4 Dec 2012 14:07:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243863 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2012 14:07:17 -0000 Author: kib Date: Tue Dec 4 14:07:17 2012 New Revision: 243863 URL: http://svnweb.freebsd.org/changeset/base/243863 Log: Fix typo. Submitted by: bjk MFC after: 3 days Modified: head/share/man/man9/taskqueue.9 Modified: head/share/man/man9/taskqueue.9 ============================================================================== --- head/share/man/man9/taskqueue.9 Tue Dec 4 12:51:33 2012 (r243862) +++ head/share/man/man9/taskqueue.9 Tue Dec 4 14:07:17 2012 (r243863) @@ -183,7 +183,7 @@ scheduling. If the .Va ticks argument is negative, the already scheduled enqueueing is not re-scheduled. -Otherwise, the task is schedules for enqueueing in the future, +Otherwise, the task is scheduled for enqueueing in the future, after the absolute value of .Va ticks is passed.