diff options
author | kib <kib@FreeBSD.org> | 2012-12-04 14:07:17 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-12-04 14:07:17 +0000 |
commit | 1d3da83d1480409a6ec4587b687c52a869aae6fd (patch) | |
tree | c34fc7e6e253d553778d95932ba2cc3b92b00b36 | |
parent | 411b868f8cdb8aac71d1006dac889c540464f34f (diff) | |
download | FreeBSD-src-1d3da83d1480409a6ec4587b687c52a869aae6fd.zip FreeBSD-src-1d3da83d1480409a6ec4587b687c52a869aae6fd.tar.gz |
Fix typo.
Submitted by: bjk
MFC after: 3 days
-rw-r--r-- | share/man/man9/taskqueue.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9 index cce1fba..c8e21d3 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. |