9737 send(3xnet) and friends are missing MSG_NOSIGNAL
Review Request #1162 — Created Aug. 16, 2018 and submitted
Information | |
---|---|
marcel | |
illumos-gate | |
master | |
9737 | |
23e7360... | |
Reviewers | |
general | |
This adds documentation for the MSG_NOSIGNAL flag in send(3xnet), sendto(3xnet), and sendmsg(3xnet) man pages. Support for the MSG_NOSIGNAL flag was added about a year ago and it was documented in send(3socket) and socket.h(3head) man pages only.
I reviewed the modified man pages using te following commands: MANPATH=usr/src/man man send.3xnet MANPATH=usr/src/man man sendto.3xnet MANPATH=usr/src/man man sendmsg.3xnet The nightly build succeeds.
Status: Closed (submitted)
Change Summary:
commit 16b6a7e9a6f9116cc7c300e732be5000d82934e7 Author: Marcel Telka <marcel@telka.sk> AuthorDate: Thu Aug 16 11:14:05 2018 +0200 Commit: Dan McDonald <danmcd@joyent.com> CommitDate: Mon Aug 20 13:33:11 2018 -0400 9737 send(3xnet) and friends are missing MSG_NOSIGNAL Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com> :100644 100644 90ed5523f6 63174c8f28 M usr/src/man/man3xnet/send.3xnet :100644 100644 a5c9298bf8 381db99348 M usr/src/man/man3xnet/sendmsg.3xnet :100644 100644 0c2d9febda b311a3f05c M usr/src/man/man3xnet/sendto.3xnet