Add recvmsg() and sendmsg() to SEE ALSO.

This commit is contained in:
Michael Kerrisk 2007-06-20 06:04:50 +00:00
parent 0fb58b282d
commit ed2a6c7314
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@
.\" USA.
.\"
.\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond <esr@thyrsus.com>
.TH SOCKETCALL 2 1995-04-15 "Linux" "Linux Programmer's Manual"
.TH SOCKETCALL 2 2007-06-28 "Linux" "Linux Programmer's Manual"
.SH NAME
socketcall \- socket system calls
.SH SYNOPSIS
@ -53,8 +53,10 @@ intended to be portable.
.BR listen (2),
.BR recv (2),
.BR recvfrom (2),
.BR recvmsg (2),
.BR send (2),
.BR sendto (2),
.BR sendmsg (2),
.BR setsockopt (2),
.BR shutdown (2),
.BR socket (2),