diff options
author | pjd <pjd@FreeBSD.org> | 2009-08-17 10:20:22 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2009-08-17 10:20:22 +0000 |
commit | ba16bdec3c34912317475f3e2b92fa27cf50c188 (patch) | |
tree | 1f39a1e4617ade5392c0170e62a02118f72fec4d /share | |
parent | f10215bfe677cea2d2d8f37934b727b2e4f2a1fc (diff) | |
download | FreeBSD-src-ba16bdec3c34912317475f3e2b92fa27cf50c188.zip FreeBSD-src-ba16bdec3c34912317475f3e2b92fa27cf50c188.tar.gz |
Correct typo in the previous commit.
Noticed by: pluknet <pluknet@gmail.com>
Approved by: re (kib, implicit)
Diffstat (limited to 'share')
-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 589c3c6..553010b 100644 --- a/share/man/man9/taskqueue.9 +++ b/share/man/man9/taskqueue.9 @@ -188,7 +188,7 @@ The .Fn taskqueue_member function returns .No 1 -is the given thread +if the given thread .Fa td is part of the given taskqeueue .Fa queue |