Added SEE ALSO for shutdown(2)

This commit is contained in:
Michael Kerrisk 2005-06-30 09:40:35 +00:00
parent a089ce72bb
commit 85a3dc20db
2 changed files with 2 additions and 0 deletions

View File

@ -420,5 +420,6 @@ See also
.BR getsockopt (2), .BR getsockopt (2),
.BR read (2), .BR read (2),
.BR select (2), .BR select (2),
.BR shutdown (2),
.BR socket (2), .BR socket (2),
.BR cmsg (3) .BR cmsg (3)

View File

@ -357,6 +357,7 @@ Linux may return EPIPE instead of ENOTCONN.
.BR recv (2), .BR recv (2),
.BR select (2), .BR select (2),
.BR sendfile (2), .BR sendfile (2),
.BR shutdown (2),
.BR socket (2), .BR socket (2),
.BR write (2), .BR write (2),
.BR ip (7), .BR ip (7),