send.2: wfix (s/s/sockfd/ for a case missed earlier)

This commit is contained in:
Michael Kerrisk 2008-12-03 15:45:53 -05:00
parent 167441ee0b
commit b56905c62b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ is equivalent to
sendto(sockfd, buf, len, flags, NULL, 0);
.PP
The argument
.I s
.I sockfd
is the file descriptor of the sending socket.
.PP
If