From d7553d3a9ab36e25918ac93af5aec04afbe863f8 Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 6 Dec 1999 23:35:40 +0000 Subject: [PATCH] Add reference to netgraph(4) in the 'see also' section. --- lib/libc/sys/socket.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index f86d6930796c..7fbe97616c84 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -281,6 +281,7 @@ The socket cannot be created until sufficient resources are freed. .Xr socketpair 2 , .Xr write 2 , .Xr getprotoent 3 , +.Xr netgraph 4 , .Xr protocols 5 .Rs .%T "An Introductory 4.3 BSD Interprocess Communication Tutorial"