--- src/share/man/man4/netgraph.4 2006/02/25 19:14:53 1.3 +++ src/share/man/man4/netgraph.4 2006/02/25 19:35:46 1.4 @@ -218,10 +218,9 @@ Netgraph nodes and support routines gene sections. However, some nodes may want to send data and control messages from a different priority level. Netgraph supplies queueing routines which -utilize the NETISR system to move message delivery to -.Fn splnet . -Note that messages are always received at -.Fn splnet . +utilize the NETISR system to move message delivery inside a critical +section. +Note that messages are always received from inside a critical section. .It It's possible for an infinite loop to occur if the graph contains cycles. .El @@ -254,8 +253,7 @@ Another example is a device driver that a node interface to the hardware. .Sh Node Methods Nodes are notified of the following actions via function calls -to the following node methods (all at -.Fn splnet ) +to the following node methods (all from inside critical sections) and may accept or reject that action (by returning the appropriate error code): .Bl -tag -width xxx