Reference socket(9) from ng_ksocket(4). Reference ng_ksocket(4),

ithread(9), msleep(9), ucred(9) from socket(9).

Partly suggested by:	julian
This commit is contained in:
Robert Watson 2006-12-16 10:32:10 +00:00
parent 210bece19a
commit 66e7b3a361
2 changed files with 7 additions and 2 deletions

View File

@ -225,7 +225,8 @@ Shutdown of the node closes the associated socket.
.Xr netgraph 4 ,
.Xr ng_socket 4 ,
.Xr ngctl 8 ,
.Xr mbuf_tags 9
.Xr mbuf_tags 9 ,
.Xr socket 9
.Sh HISTORY
The
.Nm

View File

@ -283,7 +283,11 @@ flag in order to prevent these functions from sleeping.
.Xr send 2 ,
.Xr setsockopt 2 ,
.Xr shutdown 2 ,
.Xr socket 2
.Xr socket 2 ,
.Xr ng_ksocket 4 ,
.Xr ithread 9 ,
.Xr msleep 9 ,
.Xr ucred 9
.Sh HISTORY
The
.Xr socket 2