svn commit: r222782 - stable/7/lib/libc/net
Glen Barber
gjb at FreeBSD.org
Mon Jun 6 21:24:08 UTC 2011
Author: gjb (doc committer)
Date: Mon Jun 6 21:24:07 2011
New Revision: 222782
URL: http://svn.freebsd.org/changeset/base/222782
Log:
MFC 199873 [1]:
- correct xref sections
PR: 140940
Original commit by: danger [1]
Modified:
stable/7/lib/libc/net/sctp_send.3
stable/7/lib/libc/net/sctp_sendmsg.3
Directory Properties:
stable/7/lib/libc/ (props changed)
stable/7/lib/libc/stdtime/ (props changed)
Modified: stable/7/lib/libc/net/sctp_send.3
==============================================================================
--- stable/7/lib/libc/net/sctp_send.3 Mon Jun 6 21:23:11 2011 (r222781)
+++ stable/7/lib/libc/net/sctp_send.3 Mon Jun 6 21:24:07 2011 (r222782)
@@ -111,7 +111,7 @@ The
argument is an opaque 32 bit value that is passed transparently
through the stack to the peer endpoint. It will be available on
reception of a message (see
-.Xr sctp_recvmsg 2 ) .
+.Xr sctp_recvmsg 3 ) .
Note that the stack passes this value without regard to byte
order.
.Pp
Modified: stable/7/lib/libc/net/sctp_sendmsg.3
==============================================================================
--- stable/7/lib/libc/net/sctp_sendmsg.3 Mon Jun 6 21:23:11 2011 (r222781)
+++ stable/7/lib/libc/net/sctp_sendmsg.3 Mon Jun 6 21:24:07 2011 (r222782)
@@ -103,13 +103,13 @@ is set to
the message is not transmitted.
.Pp
No indication of failure to deliver is implicit in a
-.Xr sctp_sendmsg 2
+.Xr sctp_sendmsg 3
call.
Locally detected errors are indicated by a return value of -1.
.Pp
If no space is available at the socket to hold
the message to be transmitted, then
-.Xr sctp_sendmsg 2
+.Xr sctp_sendmsg 3
normally blocks, unless the socket has been placed in
non-blocking I/O mode.
The
@@ -123,7 +123,7 @@ argument is an opaque 32 bit value that
through the stack to the peer endpoint.
It will be available on
reception of a message (see
-.Xr sctp_recvmsg 2 ) .
+.Xr sctp_recvmsg 3 ) .
Note that the stack passes this value without regard to byte
order.
.Pp
More information about the svn-src-all
mailing list