diff --git a/man2/send.2 b/man2/send.2 index fd049a817..8fa250e6e 100644 --- a/man2/send.2 +++ b/man2/send.2 @@ -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