diff options
author | archie <archie@FreeBSD.org> | 1999-12-06 23:35:40 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1999-12-06 23:35:40 +0000 |
commit | d7553d3a9ab36e25918ac93af5aec04afbe863f8 (patch) | |
tree | 4eb3334f4f96ef96dbcb5b28e38bbbfa7337aa95 /lib/libc | |
parent | c5f63086b3ade2a967efd7c91f26bdfa7cce72a6 (diff) | |
download | FreeBSD-src-d7553d3a9ab36e25918ac93af5aec04afbe863f8.zip FreeBSD-src-d7553d3a9ab36e25918ac93af5aec04afbe863f8.tar.gz |
Add reference to netgraph(4) in the 'see also' section.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/socket.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index f86d693..7fbe976 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" |