From: Nuno Antunes Date: Mon, 3 Sep 2012 04:30:05 +0000 (+0100) Subject: msgport.9: Fix a path. X-Git-Tag: v3.2.0~213 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/2fb7b8bdc385f8cc284ab3920d6be95035bf965a msgport.9: Fix a path. * sys/kern/netisr.c -> sys/net/netisr.c Pointed-out-by: Romick --- diff --git a/share/man/man9/msgport.9 b/share/man/man9/msgport.9 index 7aab32b..0e77fec 100644 --- a/share/man/man9/msgport.9 +++ b/share/man/man9/msgport.9 @@ -554,7 +554,7 @@ initializer, or by manipulating the mp_putport handler pointer directly on the lwkt_port structure. .Pp There is one such case where the putport handler is overridden in -.Pa sys/kern/netisr.c . +.Pa sys/net/netisr.c . In that case, the putport handler is overridden to detect a loopback message (when the target port belongs to the sending thread). This special putport handler turns the sent message into a direct function call