diff options
Diffstat (limited to 'share/man/man9/netisr.9')
-rw-r--r-- | share/man/man9/netisr.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9 index c6d5ead..ee6fbed 100644 --- a/share/man/man9/netisr.9 +++ b/share/man/man9/netisr.9 @@ -103,7 +103,7 @@ If the protocol implements .Va nh_m2flow , then .Nm -will query the protocol in the evet that the +will query the protocol in the event that the .Vt mbuf doesn't have a flow ID, falling back on source ordering. .It NETISR_POLICY_CPU @@ -120,7 +120,7 @@ whose fields are defined as follows: .Bl -tag -width "netisr_handler_t nh_handler" .It Vt "const char *" Va nh_name Unique character string name of the protocol, which may be included in -.Xr 2 sysctl +.Xr sysctl 2 MIB names, so should not contain whitespace. .It Vt netisr_handler_t Va nh_handler Protocol handler function that will be invoked on each packet received for |