Clarify the 's' and 'msg' arguments and note how send() and sendto()'s msg
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Fri, 27 Aug 2004 21:23:32 +0000 (21:23 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Fri, 27 Aug 2004 21:23:32 +0000 (21:23 +0000)
commita71d6c20fd77500d4ae730b1b9c0228cd1f391da
tree24a53b921ef1aecea7c02f494c8f98596302aa26
parentbb4f1f7e7a03937a44e2e23debdf2a933f7a77d4
Clarify the 's' and 'msg' arguments and note how send() and sendto()'s msg
argument is different from sendmsg()'s.  (Even though it later in
uipc_syscalls.c gets reintegrated.)
lib/libc/sys/send.2