diff options
author | markj <markj@FreeBSD.org> | 2013-08-15 04:10:15 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2013-08-15 04:10:15 +0000 |
commit | 8c7687b41c874820110a7106c1167f5b0e3fc7d0 (patch) | |
tree | f043200e75d1a50e22e6f580694ca25ae0abc094 /share/man/man9 | |
parent | 6c24c9fb32bf0787f43d84a01b56eba2dcb38305 (diff) | |
download | FreeBSD-src-8c7687b41c874820110a7106c1167f5b0e3fc7d0.zip FreeBSD-src-8c7687b41c874820110a7106c1167f5b0e3fc7d0.tar.gz |
Fix a typo.
MFC after: 3 days
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/netisr.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9 index 4377e02..e1e5822 100644 --- a/share/man/man9/netisr.9 +++ b/share/man/man9/netisr.9 @@ -83,7 +83,7 @@ and .Nm supports multi-processor execution of handlers, and relies on a combination of source ordering and protocol-specific ordering and work-placement -policies to decide how do distribute work across one or more worker +policies to decide how to distribute work across one or more worker threads. Registering protocols will declare one of three policies: .Bl -tag -width NETISR_POLICY_SOURCE |