svn commit: r243863 - head/share/man/man9
Konstantin Belousov
kib at FreeBSD.org
Tue Dec 4 14:07:17 UTC 2012
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.
More information about the svn-src-head
mailing list