Rework the wording in a different way. For send() and sendto() change
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Fri, 27 Aug 2004 21:55:16 +0000 (21:55 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Fri, 27 Aug 2004 21:55:16 +0000 (21:55 +0000)
commit9a27db5a0b414296ebf5f23ecfd33e7f95529bb1
treeb97444681f2ab26d7a8e8ad0a94435792d82b5de
parentf44e497c98c71f3048f46df8798557c2080ae4fc
Rework the wording in a different way.  For send() and sendto() change
msg in the argument list to msgbuf and note in the text that this is,
surprise, a pointer to a buffer holding the message.
This should be more self-describing and less confusing with the msg mention
in sendmsg, which is a totally different thing.

Discussed with: eirikn
lib/libc/sys/send.2