From b56905c62bd7e100f473272edf9586b9f19d4b6e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 3 Dec 2008 15:45:53 -0500 Subject: [PATCH] send.2: wfix (s/s/sockfd/ for a case missed earlier) --- man2/send.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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