From c1e231bcbbf3eb4f50d264b97b7804932b68d4cc Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 4 Dec 2012 14:07:17 +0000 Subject: [PATCH] Fix typo. Submitted by: bjk MFC after: 3 days --- share/man/man9/taskqueue.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index cce1fba2947..c8e21d37ebf 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -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.