diff options
Diffstat (limited to 'usr/src/man/man3socket/send.3socket')
-rw-r--r-- | usr/src/man/man3socket/send.3socket | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3socket/send.3socket b/usr/src/man/man3socket/send.3socket index e50e8a5492..9dc9d47699 100644 --- a/usr/src/man/man3socket/send.3socket +++ b/usr/src/man/man3socket/send.3socket @@ -263,7 +263,7 @@ The \fBsend()\fR function returns errors under the following conditions: The socket is shut down for writing, or the socket is connection-mode and is no longer connected. In the latter case, if the socket is of type \fBSOCK_STREAM\fR, the \fBSIGPIPE\fR signal is generated to the calling thread -unless the \fB\fBMSG_NOSIGNAL\fR flag is set. +unless the \fBMSG_NOSIGNAL\fR flag is set. .RE .SH ATTRIBUTES |