From 2fb7b8bdc385f8cc284ab3920d6be95035bf965a Mon Sep 17 00:00:00 2001 From: Nuno Antunes Date: Mon, 3 Sep 2012 05:30:05 +0100 Subject: [PATCH] msgport.9: Fix a path. * sys/kern/netisr.c -> sys/net/netisr.c Pointed-out-by: Romick --- share/man/man9/msgport.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/msgport.9 b/share/man/man9/msgport.9 index 7aab32b158..0e77fec7f7 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 -- 2.41.0