From f31600a4538b8a34be7a762a8a9e2279f278f5fd Mon Sep 17 00:00:00 2001 From: archie Date: Fri, 28 Jan 2000 00:48:27 +0000 Subject: Have NgMkSockNode() load the socket node type KLD if it's not already loaded (indicated by EPROTONOSUPPORT from socket(2)). --- lib/libnetgraph/netgraph.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libnetgraph/netgraph.3') diff --git a/lib/libnetgraph/netgraph.3 b/lib/libnetgraph/netgraph.3 index 8f33658..c30dc1b 100644 --- a/lib/libnetgraph/netgraph.3 +++ b/lib/libnetgraph/netgraph.3 @@ -95,6 +95,8 @@ associated with the node; either or .Fa "dsp" may be NULL if only one socket is desired. +.Fn NgMkSockNode +loads the socket node type KLD if it's not already loaded. .Pp .Fn NgNameNode assigns a global name to the node addressed by @@ -273,10 +275,11 @@ ASCII control message array or fixed width string buffer overflow. .El .Sh SEE ALSO .Xr netgraph 4 , +.Xr kld 4 , .Xr socket 2 , .Xr select 2 , .Xr warnx 3 , -.Xr ng_socket 8 . +.Xr ng_socket 8 .Sh HISTORY The .Nm netgraph -- cgit v1.1