Fix missing arguments in statement about equivalent send() and sendto() calls.

This commit is contained in:
Michael Kerrisk 2006-06-05 04:51:40 +00:00
parent b41beb556a
commit 211ec15cf1
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ parameter,
is equivalent to
.BR write ().
Also,
.RI send( s , buf , len )
.RI send( s , buf , len , flags )
is equivalent to
.RI sendto( s , buf , len ,NULL,0).
.RI sendto( s , buf , len , flags ,NULL,0).
.PP
The parameter
.I s